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
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
(30)
All event procedures in a class module are a(n)____ procedures which means they may only be used for the form or report for which the class module was created.
(Multiple Choice)
4.7/5
(31)
An error that occurs when a procedure produces incorrect results.
(Multiple Choice)
4.8/5
(31)
The way an object responds when an event occurs is determined by an associated object property.____________________
(True/False)
4.8/5
(29)
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.7/5
(34)
Which VB constant used in conjunction with the StrConv function will convert all characters of a string to upper case letters?
(Multiple Choice)
4.7/5
(27)
The type of procedure that may be used by more than one object in a database is a(n)____.
(Multiple Choice)
4.7/5
(39)
An example of a conditional control structure is the Case control structure.____________________
(True/False)
4.9/5
(32)
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
(32)
The type of procedure that executes instructions and accepts input values,but does not return a value and cannot be used in expressions,is a(n)____ procedure.
(Multiple Choice)
4.9/5
(34)
The statement that indicates a Case control structure ends with End Select.
(True/False)
4.9/5
(27)
A control is hidden in Access when the Visible property is False in a Case statement.
(True/False)
4.7/5
(42)
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.8/5
(30)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)