Exam 13: Workshop 13: Use VBA in Access

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

________ statements in VBA work similarly to those found in Access and Excel though the syntax is slightly different.

(Multiple Choice)
4.8/5
(29)

________ are used to store VBA procedures that can be referenced or called by other procedures in the database.

(Short Answer)
4.8/5
(34)

A ________ can run on its own.

(Multiple Choice)
4.7/5
(37)

A(n)________ executes instructions and returns a value to another procedure.

(Multiple Choice)
4.8/5
(42)

Which of the following is NOT true in regard to working with ACCDB and ACCDE files?

(Multiple Choice)
4.8/5
(31)

An argument is a constant,variable,or class that is passed to an argument.

(True/False)
4.8/5
(31)

User-defined types can also be created in VBA modules and assigned to a variable with the ________ statement.

(Multiple Choice)
4.9/5
(43)

The ________ lists all VBA objects along with the associated methods and properties for each object.

(Short Answer)
4.9/5
(37)

Which of the following is NOT a type of loop in VBA?

(Multiple Choice)
4.8/5
(28)

Which of the following is NOT true when renaming command buttons?

(Multiple Choice)
4.9/5
(37)

Any VBA code in a database can be secured by providing a separate password via the ________.

(Short Answer)
4.8/5
(40)

The ________ begins the process of declaring a variable.This is followed by the name the user wants to define as a variable.

(Short Answer)
4.9/5
(43)

Entering the Trust Center and setting the ________ to Disable all macros with notification will display the Security Warning anytime you open a database that contains macros or Visual Basic.

(Short Answer)
5.0/5
(32)

The Project Explorer contains a list of the currently open Access databases that contain VBA procedures and a list of modules within the current database.

(True/False)
4.9/5
(41)

Microsoft Office contains a powerful programming language called ________ or more commonly known as VBA.

(Short Answer)
4.9/5
(35)
Match the following terms to their description.
Declarations
Examines the ASCII values
Option Compare
Located at the top of the Code window
Object box
Define user-defined data types,variables,arrays,and constants
Correct Answer:
Verified
Premises:
Responses:
Declarations
Examines the ASCII values
Option Compare
Located at the top of the Code window
Object box
Define user-defined data types,variables,arrays,and constants
Option Compare Binary
String comparison method for the module
Option Compare Text
Case-insensitive comparisons
(Matching)
4.9/5
(34)

The Visual Basic Editor provides commenting functionality and more on the Developer toolbar.

(True/False)
4.8/5
(34)

Which of the following is NOT true in regard to working with ACCDE files?

(Multiple Choice)
4.8/5
(32)
Match the following terms to their description.
Error handling
Enable or disable an error-handling routine
Exit statement
Terminate
On Error statement
Can be used like bookmarks
Correct Answer:
Verified
Premises:
Responses:
Error handling
Enable or disable an error-handling routine
Exit statement
Terminate
On Error statement
Can be used like bookmarks
Debugging
Identifying and reducing errors
Line labels
Anticipating and controlling errors
(Matching)
4.9/5
(30)

When a database compiles,Access examines the procedures in all modules and objects of the database.An error in any module or object other than the one currently being edited is identified and brought to your attention.

(True/False)
4.8/5
(33)
Showing 41 - 60 of 98
close modal

Filters

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