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
A(n) ____________________ performs operations, returns a value, accepts input values, and may be used in expressions.
Free
(Short Answer)
4.9/5
(29)
Correct Answer:
function,user-defined function
Which of the following Access events accepts new or changed data from a user entry by default.
Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
B
An example of a conditional control structure is the Case control structure.____________________
Free
(True/False)
4.8/5
(40)
Correct Answer:
True
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
(33)
It is important to enter VBA code using appropriate capitalization in all statements so that the code can be read and maintained properly.
(True/False)
4.9/5
(36)
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.
Luca wants to be sure that a message appears to the user prompting that an email be sent to all program participants reminding them of the date the program begins when the Paid field in the form is marked paid. What type of structure will Luca use to code an expression that tests the Paid field for an entry?
(Multiple Choice)
4.9/5
(27)
Which code best represents the procedure Louisa has written to convert the City field values to proper case in the database?
(Multiple Choice)
4.9/5
(39)
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
(37)
A ____ module is automatically created when the first event procedure for a form or report is created and it is associated with that specific form or report.
(Multiple Choice)
4.8/5
(31)
The default scope of event procedures in an Access database is ____________________ which means the procedure is only available to the object in which it was created.
(Short Answer)
4.8/5
(42)
To assign a purple ForeColor property to a control, the ____ function of VBA must be used.
(Multiple Choice)
4.8/5
(39)
In the accompanying figure, Access will execute a group of statements only when the condition of the If statement is true; therefore, the false-statement group which is preceded by ____ in an If statement is omitted.

(Multiple Choice)
4.8/5
(33)
In addition to the single quotation mark ('), a comment line in VBA code may begin with ____.
(Multiple Choice)
4.8/5
(29)
List the five VBA naming rules that must be followed when naming VBA elements such as Sub procedures, arguments, and functions
(Essay)
4.7/5
(39)
Match the followings.
Premises:
A statement that assigns the value of an expression to a field, control, or property.
Responses:
Visual Basic window
logic error
coding
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(27)
An action that operates on specific objects or controls such as clearing a field in a form when the information entered does not meet the validation requirements as specified in a procedure is called a(n) ____________________.
(Short Answer)
4.7/5
(38)
Access events all have associated event properties.____________________
(True/False)
4.8/5
(43)
Which code statement will test a control to see if the data meets specific requirements?
(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)