Exam 11: Using and Writing Visual Basic for Applications Code
Exam 1: Creating a Database75 Questions
Exam 2: Building a Database and Defining Table Relationships75 Questions
Exam 3: Maintaining and Querying a Database75 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 Formsmodule75 Questions
Exam 7: Creating Custom Reports75 Questions
Exam 8: Sharing,integrating,and Analyzing Data75 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
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.
-If the Paid field is marked as paid in the Participant Information form,Luca wants the following message to appear on the screen "Email the participant with the start date of the program." Which type of VBA control should Luca use in the procedure to create the message?
(Multiple Choice)
4.8/5
(33)
Visual Basic for Applications is a(n)____ provided with Microsoft Office programs.
(Multiple Choice)
4.8/5
(41)
A comment line in the Code windows is indented and appears in the color ___.
(Multiple Choice)
4.8/5
(37)
Which of the following Access events accepts new or changed data from a user entry by default.
(Multiple Choice)
4.8/5
(35)
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
(30)
A statement that contains the name of the function and any parameters required by the function.
(Multiple Choice)
4.8/5
(30)
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.
-Luca needs to use a VBA function in his code to return a value of True if the Paid field has no data or a value of False if the Paid field is not empty.Which VBA function should Luca use?
(Multiple Choice)
4.8/5
(29)
When using the RGB function in VBA,the color range for each value must be between the numbers of 0 through 150.
(True/False)
4.8/5
(45)
VBA is considered to be a(n)____ programming language because instructions are executed on objects in the database.
(Multiple Choice)
4.8/5
(34)
Which of the following color options may be assigned to a control property as a VBA constant?
(Multiple Choice)
4.8/5
(41)
The event name for a procedure being viewed in the VBE is indicated in the Object box.____________________
(True/False)
4.9/5
(32)
When a module is created it must begin with a Procedures section that applies to all procedures in the module.____________________
(True/False)
5.0/5
(35)
A control is not displayed when the Visible property is to ____.
(Multiple Choice)
4.7/5
(39)
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.7/5
(46)
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
(43)
Showing 41 - 60 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)