Exam 11: Using and Writing Visual Basic for Applications Code

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

It is important to enter VBA code using appropriate capitalization in all statements so that the code can be read and maintained properly.

(True/False)
4.8/5
(39)

An input mask can accomplish the same verification procedures on data that VBA can accomplish such as verifying the @ symbol in an email address.

(True/False)
5.0/5
(30)

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.

(Multiple Choice)
4.7/5
(28)

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

(True/False)
4.8/5
(30)

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

(Multiple Choice)
4.9/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
(36)

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.9/5
(35)
Match the followings.
Premises:
The program window that opens when VB is chosen from the Macros & Code group on the Create tab.
Responses:
Sub statement
Object box
Load
Correct Answer:
Verified
Premises:
Responses:
The program window that opens when VB is chosen from the Macros & Code group on the Create tab.
Sub statement
(Matching)
4.8/5
(29)

VBA has features that are unique for each Microsoft Office program in addition to features that are common across applications.

(True/False)
4.9/5
(28)
Match the followings.
Premises:
The process of writing instructions in a programming language.
Responses:
Assignment statement
logic error
Procedure box
Correct Answer:
Verified
Premises:
Responses:
The process of writing instructions in a programming language.
Assignment statement
(Matching)
4.8/5
(39)

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?

(Multiple Choice)
4.9/5
(37)

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

(True/False)
4.8/5
(38)

Which of the following is a type of VBA procedure?

(Multiple Choice)
4.8/5
(50)

Procedures included in a standard module may only be used by the form or report for which the event procedure was coded.

(True/False)
4.9/5
(36)
Match the followings.
Premises:
D isplays the current object type the procedure acts on.
Responses:
Sub statement
coding
Assignment statement
Correct Answer:
Verified
Premises:
Responses:
D isplays the current object type the procedure acts on.
Sub statement
(Matching)
4.8/5
(36)
Showing 61 - 75 of 75
close modal

Filters

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