Exam 12: Using and Writing Visual Basic for Applications Code
Exam 1: Managing Your Files100 Questions
Exam 2: Creating a Database100 Questions
Exam 3: Building a Database and Defining Table Relationships100 Questions
Exam 4: Maintaining and Querying a Database98 Questions
Exam 5: Creating Forms and Reports100 Questions
Exam 6: Creating Advanced Queries and Enhancing Table Design100 Questions
Exam 7: Using Form Tools and Creating Custom Forms100 Questions
Exam 8: Creating Custom Reports100 Questions
Exam 9: Sharing Integrating and Analyzing Data199 Questions
Exam 10: Using Action Queries and Advanced Table Relationships100 Questions
Exam 11: Automating Tasks With Macros100 Questions
Exam 12: Using and Writing Visual Basic for Applications Code100 Questions
Exam 13: Managing and Sharing a Database100 Questions
Select questions type
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:
Premises:
Responses:
(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:
Premises:
Responses:
(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:
Premises:
Responses:
(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:
Premises:
Responses:
(Matching)
4.9/5
(35)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)