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 61
Short Answer
A set of VBA statements that work together as a unit is a(n) ____________________.
Question 62
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 wants to be sure that a message appears to the user prompting that an email be sent to all program participants reminding them of the date the program begins when the Paid field in the form is marked paid. What type of structure will Luca use to code an expression that tests the Paid field for an entry?
Question 63
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. Before beginning her task, Louisa will review the procedures that have already been coded using VBA in the database. Where will she find the procedures on the Navigation Pane of the database?
Question 64
Multiple Choice
Which code best represents the procedure Louisa has written to convert the City field values to proper case in the database?
Question 65
Short Answer
The default scope of event procedures in an Access database is ____________________ which means the procedure is only available to the object in which it was created.
Question 66
Short Answer
The number of Code windows that may open at one time is determined by the number of ____________________ in the database.
Question 67
Multiple Choice
Which VB constant used in conjunction with the StrConv function will convert all characters of a string to upper case letters?
Question 68
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. After creating the message control using VBA, which property of the control must be coded to display the message "Email the participant with the start date of the program"?
Question 69
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 70
Short Answer
One or more characters that might include alphabetic characters, numbers, spaces, and punctuation is called a(n) ____________________.
Question 71
Multiple Choice
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 72
Short Answer
A(n) ____________________ assigns the value of an expression to a field, control or property.
Question 73
Short Answer
A(n) ____________________ is an object that stores a group of related procedures.
Question 74
Multiple Choice
Which VB data type stores values of True or False?
Question 75
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 76
Short Answer
A(n) ____________________ performs operations, returns a value, accepts input values, and may be used in expressions.
Question 77
Multiple Choice
Because Louisa's code will only be used in Access, she can use a VBA constant in the code argument to change the City field's value to proper case. Which VBA constant should Louisa use?