Exam 11: Using and Writing Visual Basic for Applications Code

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In addition to the single quotation mark ('), a comment line in VBA code may begin with ____.

(Multiple Choice)
4.9/5
(33)

A predefined memory location initialized to a value that does not change in VBA is called a(n)____.

(Multiple Choice)
4.8/5
(30)

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?

(Multiple Choice)
4.9/5
(33)

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"?

(Multiple Choice)
4.7/5
(35)

The purpose of a VBA ____ is to respond to an event that occurs with an object or form control in an Access database.

(Multiple Choice)
4.8/5
(34)
Match the followings.
Premises:
Occurs when the focus moves to a record, making it the current record, or when a form is refreshed.
Responses:
logic error
Object box
Assignment statement
Correct Answer:
Verified
Premises:
Responses:
Occurs when the focus moves to a record, making it the current record, or when a form is refreshed.
logic error
(Matching)
4.9/5
(42)
Match the followings.
Premises:
The statement that marks the start of a new Sub procedure.
Responses:
function call
Load
Current
Correct Answer:
Verified
Premises:
Responses:
The statement that marks the start of a new Sub procedure.
function call
(Matching)
4.8/5
(33)

A comment line in the Code windows is indented and appears in the color ___.

(Multiple Choice)
5.0/5
(30)

Which of the following color options may be assigned to a control property as a VBA constant?

(Multiple Choice)
4.8/5
(25)

To declare variables and the VBA data types associated with those variables in a procedure a(n)____ must be used.

(Multiple Choice)
4.9/5
(34)

The AfterUpdate event occurs before data is changed in a control or record and the data is updated in the database.____________________

(True/False)
4.9/5
(30)

Which of the following is a method used in a procedure to move the focus to a specific object or control.

(Multiple Choice)
4.8/5
(29)

Which VB data type stores values of True or False?

(Multiple Choice)
4.9/5
(36)

Which of the following Access events accepts new or changed data from a user entry by default.

(Multiple Choice)
4.8/5
(38)

Access events all have associated event properties.____________________

(True/False)
4.8/5
(35)

The way an object responds when an event occurs is determined by an associated object property.____________________

(True/False)
4.8/5
(37)
Match the followings.
Premises:
The Access event that occurs when a form is opened and the records are displayed.
Responses:
RGB
Assignment statement
bas
Correct Answer:
Verified
Premises:
Responses:
The Access event that occurs when a form is opened and the records are displayed.
RGB
(Matching)
4.8/5
(30)

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.____________________

(True/False)
4.9/5
(36)

VBA procedures are created, modified, and displayed in the ____ window.

(Multiple Choice)
4.8/5
(32)

It is not possible to convert an Access macro to VBA code.

(True/False)
4.9/5
(37)
Showing 41 - 60 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)