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 1
True/False
The
AfterUpdate
event occurs before data is changed in a control or record and the data is updated in the database.____________________
Question 2
True/False
The event name for a procedure being viewed in the VBE is indicated in the
Object
box.____________________
Question 3
True/False
An input mask can accomplish the same verification procedures on data that VBA can accomplish such as verifying the @ symbol in an email address.
Question 4
Short Answer
A control is displayed when the
IsNull
property is True in a procedure statement.____________________
Question 5
True/False
To convert a string to proper case where the first letter of every word in the string is uppercase,the
StrConv
function is used in VBA code.____________________
Question 6
True/False
VBA has features that are unique for each Microsoft Office program in addition to features that are common across applications.
Question 7
Multiple Choice
VBA procedures are created,modified,and displayed in the ____ window.
Question 8
True/False
An example of a conditional control structure is the
Case
control structure.____________________
Question 9
True/False
It is important to enter VBA code using appropriate capitalization in all statements so that the code can be read and maintained properly.
Question 10
True/False
The statement that indicates a Case control structure ends with End Select.
Question 11
True/False
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.____________________