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
Procedures included in a standard module may only be used by the form or report for which the event procedure was coded.
Free
(True/False)
4.8/5
(37)
Correct Answer:
False
In a Case control structure,Case Else instructs the procedure to ____.
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
D
The Environmental Policy Group is collecting data on weather conditions throughout the southeast U.S.The database used for data collection is being used by field technicians throughout the region. Louisa has been asked to update the database to reduce data entry mistakes. Louisa will create some new procedures and update others in the database.
-Louisa wants to be sure that all city locations are recorded in proper case in the database.To do this,she needs to use the ____ event procedure which will automatically change the data entered in the City field to proper case any time a value is entered or changed in the field.For instance,if the user enters san antonio in the City field,the procedure will change the data to San Antonio and store it in the database.
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
C
In the Declarations statement "Option Compare Database," Database determines how the procedure will ____ the data.
(Multiple Choice)
4.9/5
(30)
The function that accepts a single string argument as input,converts the value of the argument to lowercase letters,then returns the converted value is the LCase function.____________________
(True/False)
4.7/5
(24)
The Environmental Policy Group is collecting data on weather conditions throughout the southeast U.S.The database used for data collection is being used by field technicians throughout the region. Louisa has been asked to update the database to reduce data entry mistakes. Louisa will create some new procedures and update others in the database.
-Which code best represents the procedure Louisa has written to convert the City field values to proper case in the database?
(Multiple Choice)
4.8/5
(29)
VBA has features that are unique for each Microsoft Office program in addition to features that are common across applications.
(True/False)
4.9/5
(35)
Occurs when the focus moves to a record,making it the current record,or when a form is refreshed.
(Multiple Choice)
4.9/5
(42)
A statement that assigns the value of an expression to a field,control,or property.
(Multiple Choice)
4.9/5
(37)
The Access event that occurs when a form is opened and the records are displayed.
(Multiple Choice)
4.7/5
(31)
Color values for controls may be coded in several different ways.Which type of color value represents color intensities of red,green,and blue instead of the color values ranging from 0-255?
(Multiple Choice)
4.8/5
(40)
The Immediate window allows the developer to test or ____ individual lines of VBA code.
(Multiple Choice)
4.9/5
(31)
The program window that opens when VB is chosen from the Macros & Code group on the Create tab.
(Multiple Choice)
4.7/5
(38)
Which code statement will test a control to see if the data meets specific requirements?
(Multiple Choice)
4.7/5
(30)
An input mask can accomplish the same verification procedures on data that VBA can accomplish such as verifying the @ symbol in an email address.
(True/False)
4.8/5
(34)
When a procedure is created,the ____ determines where the procedure is available.
(Multiple Choice)
5.0/5
(43)
A set of values for the colors red,green,and blue ranging from 0 to 255 which are used in a specific VB function.
(Multiple Choice)
4.9/5
(32)
The Declarations section of a VBA module contains statements that apply to all procedures in the module.____________________
(True/False)
4.8/5
(35)
Tests VBA procedures without changing any data in the database
(Multiple Choice)
4.8/5
(27)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)