Exam 15: Creating Modules and Vba

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

When you encounter a run-time error, VBA will stop execution of your procedure at the line in which the error occurred. _____

(True/False)
4.8/5
(40)

This function returns today's date.

(Multiple Choice)
4.9/5
(40)

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

(Short Answer)
4.9/5
(35)

These types of errors occur after the code starts to run and include attempting an illegal operation, such as dividing by zero.

(Multiple Choice)
4.8/5
(34)

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

(Multiple Choice)
4.8/5
(45)

Debug means to ____.

(Multiple Choice)
5.0/5
(37)

You would most likely create a function in a class module.

(True/False)
4.9/5
(40)

A function created in a standard module can be used in any report in the database.

(True/False)
4.9/5
(40)

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

(Multiple Choice)
4.9/5
(36)

Which of the following is NOT a type of module?

(Multiple Choice)
4.9/5
(29)

Kelsey and Matt are in the same advanced Access class and have teamed up to help each other understand VBA. In order to prepare for the VBA test, each has created a multiple choice quiz for the other. Some of Kelsey's questions are shown below. -Which of the following types of procedures is generally stored in standard modules vs. class modules?

(Multiple Choice)
4.7/5
(24)

This type of module is stored within a particular form or report.

(Multiple Choice)
4.9/5
(31)

  -In the figure above, item 8 refers to the _____ button. -In the figure above, item 8 refers to the _____ button.

(Short Answer)
4.7/5
(35)

  -In the figure above, how many declaration statements are shown? _____ -In the figure above, how many declaration statements are shown? _____

(Short Answer)
4.8/5
(39)

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

(True/False)
4.8/5
(34)

  -In the figure above, the name of a function argument is ____. -In the figure above, the name of a function argument is ____.

(Multiple Choice)
4.8/5
(32)

When you type a colon after the DoCmd object, IntelliSense technology helps you complete the statement.

(True/False)
4.8/5
(34)

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

(Short Answer)
4.9/5
(39)

  -In the figure above, what is the function of item 1? -In the figure above, what is the function of item 1?

(Multiple Choice)
4.8/5
(29)

Comment lines are preceded by a(n) ____.

(Multiple Choice)
4.7/5
(32)
Showing 21 - 40 of 77
close modal

Filters

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