Exam 13: Workshop 13: Use VBA in Access

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

Using the Visual Basic Editor to compile your database forces Access to compile all existing modules.

(True/False)
4.8/5
(31)

The ________ setting examines the ASCII values for the characters contained in a string and is therefore case sensitive.

(Multiple Choice)
4.9/5
(36)

Adding ________ to code in VBA is an excellent way of communicating the intentions of a procedure to other database administrators,and it is a good way of keeping track of your own code.

(Multiple Choice)
4.7/5
(37)

DoCmd allows for Access to import,export,or link to spreadsheet files specifically and has six arguments.

(True/False)
4.8/5
(35)

VBA uses a(n)________ feature similar to that found in other Microsoft Office applications such as writing field names in query criteria.

(Multiple Choice)
4.9/5
(40)

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

(Short Answer)
4.8/5
(38)

________ can contain multiple procedures.

(Multiple Choice)
4.7/5
(28)

VBA uses an AutoComplete feature similar to that found in other Microsoft Office applications such as writing field names in query criteria.

(True/False)
4.9/5
(28)

The code that is written in VBA is called a(n)________ in VBA.

(Multiple Choice)
4.9/5
(33)

Which of the following is NOT true regarding comments in the Code window?

(Multiple Choice)
5.0/5
(26)

The ________ lists all VBA objects along with the associated methods and properties for each object.

(Multiple Choice)
4.9/5
(33)

Which of the following is NOT true in regard to compiling?

(Multiple Choice)
4.9/5
(43)

Anything that can be done with a macro can be accomplished in VBA.

(True/False)
4.8/5
(30)

The ________ object allows Access actions to be performed from within VBA.

(Short Answer)
4.7/5
(31)

VBA in an Access database can be contained either in a specific Access object,such as a form or a button,or within a macro.

(True/False)
4.7/5
(38)

A(n)________ error occurs when a completed line of code is entered that the Visual Basic Editor does not recognize.

(Multiple Choice)
4.9/5
(33)

The Visual Basic Editor provides a method of securing the VBA in a database without implementing more general security measures.

(True/False)
4.9/5
(38)

________ can be used like bookmarks in a procedure.

(Short Answer)
4.9/5
(37)

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

(True/False)
4.8/5
(38)

Any VBA code in a database can be secured by providing a separate password via the Visual Basic Editor.

(True/False)
4.8/5
(32)
Showing 21 - 40 of 98
close modal

Filters

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