Exam 11: Using and Writing Visual Basic for Applications Code

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

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

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

​Displays the event name for the current event procedure

(Multiple Choice)
4.7/5
(36)

An error that occurs when a procedure produces incorrect results.

(Multiple Choice)
4.8/5
(31)

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

(True/False)
4.8/5
(29)

VBA is considered to be what type of language?

(Multiple Choice)
4.8/5
(36)

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

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

(Multiple Choice)
4.7/5
(27)

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

(Multiple Choice)
4.7/5
(39)

An example of a conditional control structure is the Case control structure.____________________

(True/False)
4.9/5
(32)

Which of the following is a method used in a procedure to move the focus to a specific object or control.

(Multiple Choice)
4.8/5
(32)

The type of procedure that executes instructions and accepts input values,but does not return a value and cannot be used in expressions,is a(n)____ procedure.

(Multiple Choice)
4.9/5
(34)

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

(True/False)
4.9/5
(27)

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

(True/False)
4.7/5
(42)

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
(30)
Showing 61 - 75 of 75
close modal

Filters

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