Services
Discover
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 on Microsoft Access 2013 Study Set 2
Exam 12: Using and Writing Visual Basic for Applications Code
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
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.
Question 22
Matching
Match the followings.
Premises:
Responses:
The process of writing instructions in a programming language.
function call
Assignment statement
RGB
Premises:
The process of writing instructions in a programming language.
Responses:
function call
Assignment statement
RGB
Question 23
Multiple Choice
The accompanying figure is an example of a(n) ____.
Question 24
Multiple Choice
Case-Based Critical Thinking Questions Case 11-1 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. Because the event procedure that Luca is coding will only be used for the Participant Information form, the procedure is a(n) ____ procedure.
Question 25
Multiple Choice
Case-Based Critical Thinking Questions Case 11-1 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. Luca needs to use a VBA function in his code to return a value of True if the Paid field has no data or a value of False if the Paid field is not empty. Which VBA function should Luca use?
Question 26
Multiple Choice
Which VB data type stores values of True or False?
Question 27
Multiple Choice
In the accompanying figure, arrow number four indicates which element of the Code window in the Visual Basic window?
Question 28
Multiple Choice
Which of the following color options may be assigned to a control property as a VBA constant?
Question 29
Multiple Choice
Case-Based Critical Thinking Questions Case 11-2 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 30
Multiple Choice
VBA code is created and modified using the ____.
Question 31
Matching
Match the followings.
Premises:
Responses:
An error that occurs when a procedure produces incorrect results.
Visual Basic window
function call
logic error
Premises:
An error that occurs when a procedure produces incorrect results.
Responses:
Visual Basic window
function call
logic error
Question 32
Multiple Choice
In the Declarations statement "Option Compare Database," Database determines how the procedure will ____ the data.
Question 33
True/False
The Declarations section of a VBA module contains statements that apply to all procedures in the module.____________________
Question 34
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?