Exam 11: Using and Writing Visual Basic for Applications Code
Exam 1: Access-Module 1: Creating a Database75 Questions
Exam 2: Building a Database and Defining Table Relationships75 Questions
Exam 3: Maintaining and Querying a Database74 Questions
Exam 4: Creating Forms and Reports75 Questions
Exam 5: Creating Advanced Queries and Enhancing Table Design75 Questions
Exam 6: Using Form Tools and Creating Custom Forms75 Questions
Exam 7: Creating Custom Reports75 Questions
Exam 8: Sharing, Integrating, and Analyzing Data74 Questions
Exam 9: Using Action Queries and Advanced Table Relationships75 Questions
Exam 10: Automating Tasks With Macros75 Questions
Exam 11: Using and Writing Visual Basic for Applications Code75 Questions
Exam 12: Managing and Securing a Database75 Questions
Exam 13: Relational Databases and Database Design75 Questions
Select questions type
In addition to the single quotation mark ('), a comment line in VBA code may begin with ____.
(Multiple Choice)
4.9/5
(33)
A predefined memory location initialized to a value that does not change in VBA is called a(n)____.
(Multiple Choice)
4.8/5
(30)
Because Louisa's code will only be used in Access, she can use a VBA constant in the code argument to change the City field's value to proper case. Which VBA constant should Louisa use?
(Multiple Choice)
4.9/5
(33)
Case-Based Critical Thinking Questions
Case 11-1
Luca is the database administrator for a city parks and recreation department. The department routinely uses community college interns to process applications and registration for the department's programs. It is important that the user interface minimize user input errors as much as possible.
-After creating the message control using VBA, which property of the control must be coded to display the message "Email the participant with the start date of the program"?
(Multiple Choice)
4.7/5
(35)
The purpose of a VBA ____ is to respond to an event that occurs with an object or form control in an Access database.
(Multiple Choice)
4.8/5
(34)
Match the followings.
Premises:
Occurs when the focus moves to a record, making it the current record, or when a form is refreshed.
Responses:
logic error
Object box
Assignment statement
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(42)
Match the followings.
Premises:
The statement that marks the start of a new Sub procedure.
Responses:
function call
Load
Current
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(33)
A comment line in the Code windows is indented and appears in the color ___.
(Multiple Choice)
5.0/5
(30)
Which of the following color options may be assigned to a control property as a VBA constant?
(Multiple Choice)
4.8/5
(25)
To declare variables and the VBA data types associated with those variables in a procedure a(n)____ must be used.
(Multiple Choice)
4.9/5
(34)
The AfterUpdate event occurs before data is changed in a control or record and the data is updated in the database.____________________
(True/False)
4.9/5
(30)
Which of the following is a method used in a procedure to move the focus to a specific object or control.
(Multiple Choice)
4.8/5
(29)
Which of the following Access events accepts new or changed data from a user entry by default.
(Multiple Choice)
4.8/5
(38)
Access events all have associated event properties.____________________
(True/False)
4.8/5
(35)
The way an object responds when an event occurs is determined by an associated object property.____________________
(True/False)
4.8/5
(37)
Match the followings.
Premises:
The Access event that occurs when a form is opened and the records are displayed.
Responses:
RGB
Assignment statement
bas
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(30)
To convert a string to proper case where the first letter of every word in the string is uppercase, the StrConv function is used in VBA code.____________________
(True/False)
4.9/5
(36)
VBA procedures are created, modified, and displayed in the ____ window.
(Multiple Choice)
4.8/5
(32)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)