Exam 11: Using and Writing Visual Basic for Applications Code

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

All event procedures in a class module are a(n)____ procedures which means they may only be used for the form or report for which the class module was created.

(Multiple Choice)
4.7/5
(43)

The statement that indicates a Case control structure ends with End Select.

(True/False)
4.7/5
(30)

In the Declarations statement "Option Compare Database," Database determines how the procedure will ____ the data.

(Multiple Choice)
4.9/5
(40)

A ____ module is automatically created when the first event procedure for a form or report is created and it is associated with that specific form or report.

(Multiple Choice)
4.7/5
(25)

When a procedure is created, the ____ determines where the procedure is available.

(Multiple Choice)
4.9/5
(41)

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?

(Multiple Choice)
4.9/5
(32)

List the five VBA naming rules that must be followed when naming VBA elements such as Sub procedures, arguments, and functions

(Essay)
5.0/5
(34)

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. -Because the event procedure that Luca is coding will only be used for the Participant Information form, the procedure is a(n)____ procedure.

(Multiple Choice)
4.8/5
(38)

VBA is considered to be what type of language?

(Multiple Choice)
4.9/5
(29)

The Visual Basic window is accessed using the ____ group from the Create tab.

(Multiple Choice)
4.9/5
(35)

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.7/5
(28)
Match the followings.
Premises:
D esignates the start of an alternative set of actions
Responses:
Case statement
coding
Assignment statement
Correct Answer:
Verified
Premises:
Responses:
D esignates the start of an alternative set of actions
Case statement
(Matching)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(30)

Why is it recommended that procedures be compiled after they are first created or when changes are made to the procedure code?

(Essay)
4.8/5
(38)

A control is hidden in Access when the Visible property is False in a Case statement.

(True/False)
4.9/5
(35)

Color values for controls may be coded in several different ways.  Which type of color value represents color intensities of red, green, and blue instead of the color values ranging from 0-255?

(Multiple Choice)
4.8/5
(39)

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

(Essay)
4.9/5
(30)

VBA code is created and modified using the ____.

(Multiple Choice)
4.7/5
(29)

The Declarations section of a VBA module contains statements that apply to all procedures in the module.____________________

(True/False)
4.8/5
(36)

In a Case control structure, Case Else instructs the procedure to ____.

(Multiple Choice)
4.8/5
(30)
Showing 21 - 40 of 75
close modal

Filters

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