Exam 13: Workshop 13: Use VBA in Access

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The ________ statement sets the string comparison method for the module.

Free
(Short Answer)
4.9/5
(32)
Correct Answer:
Verified

Option Compare

VBA can interpret variable names without the use of the Dim statement.

Free
(True/False)
4.8/5
(35)
Correct Answer:
Verified

True

________ is the process of identifying and reducing the number of errors that can occur within your code.

Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
Verified

A

In a(n)________ file,VBA procedures will not be viewable to the user,and any errors that might occur during the execution of a VBA procedure will not result in the Visual Basic Editor being displayed.

(Short Answer)
4.8/5
(36)

A(n)________ is a constant,variable,or expression that is passed to a procedure.

(Multiple Choice)
4.8/5
(25)

________ are placeholders that can be set to a hard-coded value or to an object within VBA and then later modified during the execution of the procedure.

(Multiple Choice)
4.9/5
(39)

Microsoft Office contains a powerful programming language called Visual Basic for Applications,more commonly known as VBA.

(True/False)
4.9/5
(29)

________ are used to execute a series of statements multiple times.

(Short Answer)
4.8/5
(41)

Objects are combinations of procedures and code that are treated as a single unit.

(True/False)
4.8/5
(35)

When a database ________,Access examines the procedures in all modules and objects of the database.

(Short Answer)
4.8/5
(30)

The ________ setting results in case-insensitive comparisons.

(Multiple Choice)
4.9/5
(44)

________ only works on a line-by-line basis.

(Short Answer)
4.9/5
(36)

A ________ is a type of Sub procedure that is only accessible by other procedures in the module in which it is located.

(Multiple Choice)
4.8/5
(42)

Error handling is the process of identifying and reducing the number of errors that can occur within your code.

(True/False)
4.9/5
(26)

Line labels can be used like bookmarks in a procedure.

(True/False)
4.9/5
(38)

Which of the following is NOT true regarding the layout of the Visual Basic Editor?

(Multiple Choice)
4.7/5
(38)

________ are placeholders that can be set to a hard-coded value or to an object within VBA and then later modified during the execution of the procedure.

(Short Answer)
4.9/5
(34)

________ are combinations of data and code that are treated as a single unit.

(Short Answer)
4.8/5
(27)

If a VBA error occurs while Access is running a procedure,you are offered the choice of ending the procedure or entering debugging mode.Choosing to enter debugging mode opens the Visual Basic Editor with the incorrect line of code highlighted in ________.

(Multiple Choice)
4.8/5
(31)

The ________ statement sets the string comparison method for the module.

(Multiple Choice)
4.9/5
(31)
Showing 1 - 20 of 98
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)