Exam 13: Programming in Access

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

Procedures include ____ that indicates where the procedure begins.

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

B

AC Adv Case 13-1 Eric has been asked to write a VBA function to calculate the average salaries for his company's salespeople for the past five years. Eric asks for your help in getting started with VBA programming using the company's salary database. You suggest that Eric ____.

Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
Verified

B

Press the ____ to indent a line of code.

Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
Verified

A

AC Adv Case 13-1 Eric has been asked to write a VBA function to calculate the average salaries for his company's salespeople for the past five years. Eric asks for your help in getting started with VBA programming using the company's salary database. Eric suspects there will be similar requests in the future and wants the function he creates to be available for various database procedures. You suggest Eric define the function in a ____.

(Multiple Choice)
4.9/5
(37)

Comments in the VBA window appear in ____.

(Multiple Choice)
4.8/5
(30)

In order to test a function, you type a(n) ____ before the function name and the variables.

(Multiple Choice)
4.8/5
(43)

____________________ errors occur when the procedure produces incorrect results.

(Short Answer)
4.8/5
(27)

After you create a Text Box control in a form, you can press and hold down the ____ key and then use the arrow keys to move the text box to a desired location.

(Multiple Choice)
4.8/5
(40)

In VBA code, a(n) symbolic name can be assigned to a value.

(True/False)
4.8/5
(45)

If you want to make the control label visible in the procedure, you need to add the syntax ____ after the name given to the label.

(Multiple Choice)
4.8/5
(35)

The unbound part of a Text Box control remains unbound until a(n) field with actual data is assigned to the control.

(True/False)
4.9/5
(39)

A function can contain errors even though the statements have the correct syntax .

(True/False)
4.8/5
(33)

You add names to the parts of a(n) ____ so that you can use these names in the procedure.

(Multiple Choice)
4.8/5
(45)

The ____________________ window will return the results of the function based on the values you enter.

(Short Answer)
4.9/5
(35)

Code refers to the syntax used in VBA.

(True/False)
4.7/5
(33)

A Visual Basic ____ appears when you click the Create tab, and then click Module in the Macros & Code group.

(Multiple Choice)
4.9/5
(42)

After the syntax Visible, you will need to add a(n) ____ and the word True or False so that the label will appear or not appear.

(Multiple Choice)
4.7/5
(30)

Each function can perform only one action.

(True/False)
4.8/5
(38)

You can press the ____ key to accept the text that automatically appears as you type.

(Multiple Choice)
4.8/5
(34)

As you type VBA code, ____________________ appears to assist you in creating the function.

(Short Answer)
4.9/5
(40)
Showing 1 - 20 of 46
close modal

Filters

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