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 on Microsoft Access 2013 Study Set 2
Quiz 12: 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
It is important to enter VBA code using appropriate capitalization in all statements so that the code can be read and maintained properly.
Question 2
True/False
A control is hidden in Access when the Visible property is False in a Case statement.
Question 3
True/False
A control is displayed when the IsNull property is True in a procedure statement.____________________
Question 4
True/False
When a module is created it must begin with a Procedures section that applies to all procedures in the module.____________________
Question 5
True/False
An example of a conditional control structure is the Case control structure.____________________
Question 6
True/False
The way an object responds when an event occurs is determined by an associated object property.____________________
Question 7
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. ____________________