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

Access events all have associated event properties.____________________

(True/False)
4.7/5
(39)

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

(Multiple Choice)
4.9/5
(32)

The process of writing instructions in a programming language.

(Multiple Choice)
4.9/5
(29)

​Displays the current object type the procedure acts on.

(Multiple Choice)
4.8/5
(31)

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

VBA code is created and modified using the ____.

(Multiple Choice)
4.9/5
(36)

To assign a purple ForeColor property to a control,the ____ function of VBA must be used.

(Multiple Choice)
4.8/5
(32)

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?

(Multiple Choice)
4.8/5
(36)

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

(True/False)
4.8/5
(38)

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

(Multiple Choice)
4.8/5
(34)

In the following code,which field in the associated form is being used for the Case structure??   Select Case [Course]?   Case "CIS 101"?   lblMessage,Caption = "Prerequisite CIS 100 required"

(Multiple Choice)
4.8/5
(38)

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

(Essay)
4.9/5
(33)

Event procedures are always Sub procedures.

(True/False)
4.8/5
(35)

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

(Essay)
4.8/5
(29)

A control is displayed when the IsNull property is True in a procedure statement.____________________

(Short Answer)
4.9/5
(30)

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

The statement that marks the start of a new Sub procedure.

(Multiple Choice)
4.9/5
(40)

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

(Multiple Choice)
4.8/5
(34)

The following code is testing a field in the associated form for specific input.Which string is the Case structure looking for in the form??   Select Case [Course]?   Case "CIS 101"?   lblMessage,Caption = "Prerequisite CIS 100 required"

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

Filters

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