Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
New Perspectives Microsoft Office
Quiz 11: Using and Writing Visual Basic for Applications Code
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
Which VB constant used in conjunction with the StrConv function will convert all characters of a string to upper case letters?
Question 42
Multiple Choice
In addition to the single quotation mark (') ,a comment line in VBA code may begin with ____.
Question 43
Multiple Choice
Which VB data type stores values of True or False?
Question 44
Multiple Choice
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.
Question 45
Multiple Choice
In the following code,which field in the associated form is being used for the Case structure?? Select Case [Course]? Case "CIS 101"? lblMessage,Caption = "Prerequisite CIS 100 required"
Question 46
Multiple Choice
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. -If the Paid field is marked as paid in the Participant Information form,Luca wants the following message to appear on the screen "Email the participant with the start date of the program." Which type of VBA control should Luca use in the procedure to create the message?
Question 47
Essay
List the five VBA naming rules that must be followed when naming VBA elements such as Sub procedures,arguments,and functions
Question 48
Essay
List four advantages of using VBA rather than macros in Access.
Question 49
Multiple Choice
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?