Exam 12: Using and Writing Visual Basic for Applications Code

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

  In the accompanying figure, LowAll is the ____ name. In the accompanying figure, LowAll is the ____ name.

(Multiple Choice)
4.8/5
(34)

VBA is considered to be a(n) ____ programming language because instructions are executed on objects in the database.

(Multiple Choice)
4.7/5
(28)

The Visual Basic window is accessed using the ____ group from the CREATE tab.

(Multiple Choice)
5.0/5
(35)

A group of statements coded using VBA to perform a set of operations or to calcualte a value is called a(n) ____________________.

(Short Answer)
4.8/5
(32)

A control is displayed when the IsNull property is True in a procedure statement.____________________

(True/False)
4.8/5
(21)
Match the followings.
Premises:
The program window that opens when VB is chosen from the Macros & Code group on the CREATE tab.
Responses:
function call
Visual Basic window
Current
Correct Answer:
Verified
Premises:
Responses:
The program window that opens when VB is chosen from the Macros & Code group on the CREATE tab.
function call
(Matching)
4.9/5
(28)
Match the followings.
Premises:
A statement that contains the name of the function and any parameters required by the function.
Responses:
function call
Current
RGB
Correct Answer:
Verified
Premises:
Responses:
A statement that contains the name of the function and any parameters required by the function.
function call
(Matching)
4.9/5
(25)

The event name for a procedure being viewed in the VBE is indicated in the Object box. ____________________

(True/False)
5.0/5
(28)

Why is it recommended that procedures be compiled after they are first created or when changes are made to the procedure code?

(Essay)
4.8/5
(34)

____ is the process of translating VBA modules to a form that is understood by a computer processor.

(Short Answer)
4.9/5
(34)

A set of VBA statements that work together as a unit is a(n) ____________________.

(Short Answer)
4.8/5
(31)
Match the followings.
Premises:
The standard prefix for modules in Access.
Responses:
bas
coding
Sub statement
Correct Answer:
Verified
Premises:
Responses:
The standard prefix for modules in Access.
bas
(Matching)
4.9/5
(38)

A control is not displayed when the Visible property is to ____.

(Multiple Choice)
4.8/5
(35)

An input mask can accomplish the same verification procedures on data that VBA can accomplish such as verifying the @ symbol in an email address.

(True/False)
4.9/5
(38)

The value that is passed to a function and used in place of the placeholder (parameter) when the function is executed is called a(n) ____________________.

(Short Answer)
4.9/5
(27)

To declare variables and the VBA data types associated with those variables in a procedure a(n) ____ must be used.

(Multiple Choice)
5.0/5
(40)

The number of Code windows that may open at one time is determined by the number of ____________________ in the database.

(Short Answer)
4.9/5
(32)

When a procedure is created, the ____ determines where the procedure is available.

(Multiple Choice)
4.8/5
(33)

VBA has features that are unique for each Microsoft Office program in addition to features that are common across applications.

(True/False)
4.9/5
(31)
Match the followings.
Premises:
Occurs when the focus moves to a record, making it the current record, or when a form is refreshed.
Responses:
Visual Basic window
RGB
Assignment statement
Correct Answer:
Verified
Premises:
Responses:
Occurs when the focus moves to a record, making it the current record, or when a form is refreshed.
Visual Basic window
(Matching)
4.9/5
(35)
Showing 41 - 60 of 100
close modal

Filters

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