Exam 12: Using and Writing Visual Basic for Applications Code

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

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

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

(True/False)
4.8/5
(33)

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

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

(Essay)
4.8/5
(29)
Match the followings.
Premises:
The statement that marks the start of a new Sub procedure.
Responses:
Visual Basic window
Current
bas
Correct Answer:
Verified
Premises:
Responses:
The statement that marks the start of a new Sub procedure.
Visual Basic window
(Matching)
4.9/5
(35)

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

(True/False)
5.0/5
(35)

  In the accompanying figure, arrow number two indicates which element of the Code window in the Visual Basic window? In the accompanying figure, arrow number two indicates which element of the Code window in the Visual Basic window?

(Multiple Choice)
4.8/5
(31)

The type of procedure that may be used by more than one object in a database is a(n) ____.

(Multiple Choice)
4.9/5
(41)

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

(True/False)
5.0/5
(28)

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

(True/False)
4.9/5
(34)

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

(True/False)
4.9/5
(38)
Match the followings.
Premises:
A set of values for the colors red, green, and blue ranging from 0 to 255 which are used in a specific VB function.
Responses:
RGB
Sub statement
Current
Correct Answer:
Verified
Premises:
Responses:
A set of values for the colors red, green, and blue ranging from 0 to 255 which are used in a specific VB function.
RGB
(Matching)
4.8/5
(38)

A(n) ____________________ assigns the value of an expression to a field, control or property.

(Short Answer)
4.8/5
(37)

Which VB constant used in conjunction with the StrConv function will convert all characters of a string to upper case letters?

(Multiple Choice)
4.8/5
(43)

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

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

(True/False)
4.9/5
(36)

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)
5.0/5
(29)

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

  In the accompanying figure, arrow number one indicates which element of the Code window in the Visual Basic window? In the accompanying figure, arrow number one indicates which element of the Code window in the Visual Basic window?

(Multiple Choice)
4.8/5
(28)

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

(Multiple Choice)
4.7/5
(32)
Showing 81 - 100 of 100
close modal

Filters

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