Exam 13: Creating Modules and Vba

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

Which VBA keyword(s) is required as the last statement of a sub procedure?

(Multiple Choice)
4.7/5
(33)

Use the On Got Cursor event when you want to trigger when a procedure when a control gets the focus.

(True/False)
4.8/5
(43)

DoCmd is a VBA object that supports many methods to run common Access commands such as closing windows or opening forms.

(True/False)
4.9/5
(28)

Syntax errors in the Visual Basic Editor window are the most difficult type of error to find. _____

(True/False)
4.9/5
(29)

You use a(n) quotation mark to begin a comment line. _____

(True/False)
4.9/5
(42)

This type of procedure is generally executed when an event occurs.

(Multiple Choice)
4.8/5
(42)

Debug means to ____.

(Multiple Choice)
4.8/5
(35)

A(n) _____ is a procedure that returns a value.

(Short Answer)
4.9/5
(39)

The Else portion of an If...Then...Else construct is executed only if the expression is evaluated false.

(True/False)
4.8/5
(32)

This type of procedure performs a series of VBA statements, but is not used in an expression.

(Multiple Choice)
4.8/5
(30)

Which of the following VBA keywords is a declaration statement that determines the way string values (text) will be sorted?

(Multiple Choice)
4.8/5
(33)

The End If statement is needed to mark the end of the If block of code.

(True/False)
4.9/5
(33)

As you write a VBA statement, IntelliSense technology helps you complete it.

(True/False)
4.8/5
(33)

Name three reasons you must use a module rather than a macro.

(Essay)
4.9/5
(26)

Visual Basic code is stored in a database object called a(n) _____.

(Short Answer)
4.8/5
(31)

_____ statements precede procedure statements and help set rules for how the statements in the module are processed.

(Short Answer)
4.8/5
(38)

Which of the following is NOT a built-in Access function?

(Multiple Choice)
4.9/5
(40)

Forgetting an End If statement would be an example of which type of programming error?

(Multiple Choice)
4.9/5
(38)

In what situations must you use a macro instead of a module?

(Essay)
4.7/5
(37)

Click the gray bar to the right of the VBA statement to toggle breakpoints on and off. _____

(True/False)
4.8/5
(29)
Showing 21 - 40 of 71
close modal

Filters

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