Exam 13: Workshop 13: Use VBA in Access

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

________ perform a set of instructions and can pass multiple values to other procedures.

(Short Answer)
4.8/5
(40)

Converting a macro to VBA opens the ________ automatically.

(Short Answer)
4.9/5
(37)
Match the following terms to their description.
Modules
Built into Microsoft Office
Methods
Used to store VBA procedures
Objects
Uses a form,for example
Correct Answer:
Verified
Premises:
Responses:
Modules
Built into Microsoft Office
Methods
Used to store VBA procedures
Objects
Uses a form,for example
Object-oriented programming
Combinations of data and code
Visual Basic Editor
Methods
(Matching)
4.9/5
(26)

Debugging is the process of anticipating and controlling errors.

(True/False)
4.9/5
(43)

Which of the following is NOT true regarding VBA?

(Multiple Choice)
4.8/5
(39)

The ________ object allows Access actions to be performed from within VBA.

(Multiple Choice)
4.8/5
(32)

A(n)________ consists of a single space followed by a single underscore character as the last character in a line of code.

(Short Answer)
4.9/5
(34)

A line continuation character consists of a single space followed by a single underscore character as the last character in a line of code.This tells the Visual Basic Editor that the two lines of code should be treated as separate lines of code.

(True/False)
4.9/5
(42)

Which of the following is NOT true when securing VBA code?

(Multiple Choice)
4.7/5
(38)

The ________ setting examines the ASCII values for the characters contained in a string and is therefore case sensitive.

(Short Answer)
4.8/5
(35)

The ________ contains a list of the currently open Access Database objects that contain VBA procedures and a list of modules within the current database.

(Multiple Choice)
4.8/5
(36)

The ________ contains a list of the currently open Access Database objects that contain VBA procedures and a list of modules within the current database.

(Short Answer)
4.9/5
(41)

________ uses an event to trigger the execution of code.

(Short Answer)
4.8/5
(34)

The ________ defines user-defined data types,variables,arrays,and constants.

(Multiple Choice)
4.9/5
(36)

Saving a database in .accdb format creates a new copy of the database that can then be given to the user.

(True/False)
4.8/5
(33)

The ________ object can be used to allow the user to select the file(s)needed for the import process.

(Multiple Choice)
4.8/5
(39)

Which of the following is NOT true in regard to password protecting the VBA code?

(Multiple Choice)
4.9/5
(34)

Objects have ________ that are actions,such as SaveAs,that control the object's behavior.

(Multiple Choice)
4.8/5
(26)
Showing 81 - 98 of 98
close modal

Filters

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