Exam 11: Using and Writing Visual Basic for Applications Code

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

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

(Multiple Choice)
4.8/5
(33)

Visual Basic for Applications is a(n)____ provided with Microsoft Office programs.

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.8/5
(37)

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

(Multiple Choice)
4.8/5
(35)

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
(30)

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

(True/False)
4.8/5
(28)

A statement that contains the name of the function and any parameters required by the function.

(Multiple Choice)
4.8/5
(30)

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?

(Multiple Choice)
4.8/5
(29)

Which VB data type stores values of True or False?

(Multiple Choice)
4.9/5
(31)

When using the RGB function in VBA,the color range for each value must be between the numbers of 0 through 150.

(True/False)
4.8/5
(45)

VBA is considered to be a(n)____ programming language because instructions are executed on objects in the database.

(Multiple Choice)
4.8/5
(34)

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

(Multiple Choice)
4.8/5
(41)

The standard prefix for modules in Access.

(Multiple Choice)
4.9/5
(38)

The event name for a procedure being viewed in the VBE is indicated in the Object box.____________________

(True/False)
4.9/5
(32)

When a module is created it must begin with a Procedures section that applies to all procedures in the module.____________________

(True/False)
5.0/5
(35)

A control is not displayed when the Visible property is to ____.

(Multiple Choice)
4.7/5
(39)

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.7/5
(46)

​Designates the start of an alternative set of actions

(Multiple Choice)
4.8/5
(41)

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
(43)

List four advantages of using VBA rather than macros in Access.

(Essay)
4.8/5
(40)
Showing 41 - 60 of 75
close modal

Filters

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