Exam 13: Workshop 13: Use VBA in Access
Exam 1: Workshop 1: The Four Main Database Objects108 Questions
Exam 2: Workshop 2: Tables, Keys, and Relationships105 Questions
Exam 3: Workshop 3: Queries and Data Access106 Questions
Exam 4: Workshop 4: Access Information From an Access Database104 Questions
Exam 5: Workshop 5: Advanced Tables108 Questions
Exam 6: Workshop 6: Pattern Matching and Functions in Queries102 Questions
Exam 7: Workshop 7: Aggregated Calculations, Subquerying, and Sql103 Questions
Exam 8: Workshop 8: Action Queries and Advanced Relationships100 Questions
Exam 9: Workshop 9: Advanced Reports and Mailing Labels100 Questions
Exam 10: Workshop 10: Advanced Form Settings and Form Types99 Questions
Exam 12: Workshop 12: Create a Refined User Experience With Macros100 Questions
Exam 13: Workshop 13: Use VBA in Access98 Questions
Exam 14: Workshop 14: Implement Your Database98 Questions
Exam 15: Normalize a Database for Effective Design89 Questions
Exam 16: The Common Features of Microsoft Office81 Questions
Exam 17: Efficient Interaction With a Touch Screen71 Questions
Select questions type
The ________ statement sets the string comparison method for the module.
Free
(Short Answer)
4.9/5
(32)
Correct Answer:
Option Compare
VBA can interpret variable names without the use of the Dim statement.
Free
(True/False)
4.8/5
(35)
Correct Answer:
True
________ is the process of identifying and reducing the number of errors that can occur within your code.
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
A
In a(n)________ file,VBA procedures will not be viewable to the user,and any errors that might occur during the execution of a VBA procedure will not result in the Visual Basic Editor being displayed.
(Short Answer)
4.8/5
(36)
A(n)________ is a constant,variable,or expression that is passed to a procedure.
(Multiple Choice)
4.8/5
(25)
________ are placeholders that can be set to a hard-coded value or to an object within VBA and then later modified during the execution of the procedure.
(Multiple Choice)
4.9/5
(39)
Microsoft Office contains a powerful programming language called Visual Basic for Applications,more commonly known as VBA.
(True/False)
4.9/5
(29)
________ are used to execute a series of statements multiple times.
(Short Answer)
4.8/5
(41)
Objects are combinations of procedures and code that are treated as a single unit.
(True/False)
4.8/5
(35)
When a database ________,Access examines the procedures in all modules and objects of the database.
(Short Answer)
4.8/5
(30)
The ________ setting results in case-insensitive comparisons.
(Multiple Choice)
4.9/5
(44)
A ________ is a type of Sub procedure that is only accessible by other procedures in the module in which it is located.
(Multiple Choice)
4.8/5
(42)
Error handling is the process of identifying and reducing the number of errors that can occur within your code.
(True/False)
4.9/5
(26)
Which of the following is NOT true regarding the layout of the Visual Basic Editor?
(Multiple Choice)
4.7/5
(38)
________ are placeholders that can be set to a hard-coded value or to an object within VBA and then later modified during the execution of the procedure.
(Short Answer)
4.9/5
(34)
________ are combinations of data and code that are treated as a single unit.
(Short Answer)
4.8/5
(27)
If a VBA error occurs while Access is running a procedure,you are offered the choice of ending the procedure or entering debugging mode.Choosing to enter debugging mode opens the Visual Basic Editor with the incorrect line of code highlighted in ________.
(Multiple Choice)
4.8/5
(31)
The ________ statement sets the string comparison method for the module.
(Multiple Choice)
4.9/5
(31)
Showing 1 - 20 of 98
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)