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
Using the Visual Basic Editor to compile your database forces Access to compile all existing modules.
(True/False)
4.8/5
(31)
The ________ setting examines the ASCII values for the characters contained in a string and is therefore case sensitive.
(Multiple Choice)
4.9/5
(36)
Adding ________ to code in VBA is an excellent way of communicating the intentions of a procedure to other database administrators,and it is a good way of keeping track of your own code.
(Multiple Choice)
4.7/5
(37)
DoCmd allows for Access to import,export,or link to spreadsheet files specifically and has six arguments.
(True/False)
4.8/5
(35)
VBA uses a(n)________ feature similar to that found in other Microsoft Office applications such as writing field names in query criteria.
(Multiple Choice)
4.9/5
(40)
The ________ method allows for Access to import,export,or link to spreadsheet files specifically.
(Short Answer)
4.8/5
(38)
VBA uses an AutoComplete feature similar to that found in other Microsoft Office applications such as writing field names in query criteria.
(True/False)
4.9/5
(28)
The code that is written in VBA is called a(n)________ in VBA.
(Multiple Choice)
4.9/5
(33)
Which of the following is NOT true regarding comments in the Code window?
(Multiple Choice)
5.0/5
(26)
The ________ lists all VBA objects along with the associated methods and properties for each object.
(Multiple Choice)
4.9/5
(33)
Anything that can be done with a macro can be accomplished in VBA.
(True/False)
4.8/5
(30)
The ________ object allows Access actions to be performed from within VBA.
(Short Answer)
4.7/5
(31)
VBA in an Access database can be contained either in a specific Access object,such as a form or a button,or within a macro.
(True/False)
4.7/5
(38)
A(n)________ error occurs when a completed line of code is entered that the Visual Basic Editor does not recognize.
(Multiple Choice)
4.9/5
(33)
The Visual Basic Editor provides a method of securing the VBA in a database without implementing more general security measures.
(True/False)
4.9/5
(38)
The Call statement will run another Sub procedure or function from within a procedure by transferring to the called routine.
(True/False)
4.8/5
(38)
Any VBA code in a database can be secured by providing a separate password via the Visual Basic Editor.
(True/False)
4.8/5
(32)
Showing 21 - 40 of 98
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)