Exam 13: Workshop 13: Use VBA in Access

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

The Each...Next statement will run another Sub procedure or function from within a procedure by transferring to the called routine.

(True/False)
4.9/5
(36)

Sub procedures are used to store VBA procedures that can be referenced or called by other procedures or events in the database.

(True/False)
4.9/5
(38)

If a VBA error occurs while Access is running a procedure,you are offered the choice of ending the procedure or entering debugging mode.Choosing to end the procedure opens the Visual Basic Editor with the incorrect line of code highlighted in yellow.

(True/False)
4.8/5
(36)
Match the following terms to their description.
Property names
Can run on its own
Sub procedure
Begins the declaration process
Argument
A constant,variable,or expression
Correct Answer:
Verified
Premises:
Responses:
Property names
Can run on its own
Sub procedure
Begins the declaration process
Argument
A constant,variable,or expression
Dim statement
Often have numeric equivalents
Object Browser
Lists all VBA objects
(Matching)
5.0/5
(38)

Declarations define user-defined data types,variables,arrays,and constants.

(True/False)
4.8/5
(39)

Which of the following is NOT true regarding the FileDialog object properties?

(Multiple Choice)
4.9/5
(42)

A ________ executes instructions and returns a value to another procedure.

(Short Answer)
4.9/5
(35)

The ________ allows Access to import,export,or link to spreadsheet files specifically.

(Multiple Choice)
4.7/5
(35)

The default file format in Access 2013 is the .accdb extension.

(True/False)
4.9/5
(35)

The larger window on the right of the Visual Basic Editor is the ________.

(Short Answer)
4.8/5
(36)

Syntax errors occur within the Visual Basic Editor once the pointer leaves a line of code that the Code window cannot interpret.

(True/False)
4.8/5
(32)

Which of the following is NOT true regarding object-oriented programming?

(Multiple Choice)
4.9/5
(42)

The ________ statement allows for an efficient way of using several methods or setting multiple properties on a single object.

(Multiple Choice)
4.9/5
(28)

Which of the following is NOT true regarding loops in VBA?

(Multiple Choice)
4.8/5
(38)

When a module or object is opened,before any code is displayed,the Visual Basic Editor will prompt you for the VBA ________.

(Short Answer)
4.8/5
(40)

Which of the following is NOT true regarding word wrapping in the code window?

(Multiple Choice)
4.9/5
(29)

The default file format in Access 2013 is the ________ extension.

(Short Answer)
4.9/5
(37)

In VBA,a(n)________ can display customized text and buttons in addition to the standard OK,Cancel,and Yes/No buttons familiar in Microsoft applications.

(Multiple Choice)
4.7/5
(34)

________ is the process of anticipating and controlling for errors.

(Multiple Choice)
4.8/5
(42)

The Edit toolbar has many useful features built into it such as buttons for increasing and decreasing indentations and listing the properties and methods of a statement in the Code window.

(True/False)
4.8/5
(43)
Showing 61 - 80 of 98
close modal

Filters

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