Top 550+ Solved Microsoft Access (MS Access) MCQ Questions Answer
Q. Macros can recover from _______ in a controlled manner.
a. events
b. modules
c. arguments
d. errors
Q. A report module includes code for all event _______ triggered by events occurring on a specific report or its controls.
a. properties
b. procedures
c. macros
d. commands
Q. The VB Name used to display the warning message icon is _______.
a. vbCritical
b. vbInformation
c. vbExclamation
d. vbQuestion
Q. What happens when a user double-clicks an object in the Project pane of the Visual Basic Editor?
a. The associated code is displayed in the Code pane.
b. The associated code is displayed in a new window.
c. The object is deleted from the Project pane.
d. The object\'s property sheet opens.
Q. A(n) _______ is major object that completes an action or a set of actions.
a. event
b. property
c. procedure
d. macro
Q. By default, what is the name of a new module in the Modules folder of the Project pane called?
a. Bas1
b. Module
c. New Module
d. Module1
Q. To assign a macro to an event, users need to open the form in Design View.
a. event
b. property
c. title
d. macro
Q. In a module, the VB Name used to display a warning query icon is _______.
a. vbCritical
b. vbInformation
c. vbExclamation
d. vbQuestion
Q. In a module, a(n) _______ is a series of commands and properties that perform a specific task.
a. event
b. property
c. procedure
d. macro
Q. A(n)_______ is a major object that can run independent of a control.
a. event
b. property
c. procedure
d. macro
Q. Which of the following statements about option group is incorrect?
a. It is a control object.
b. It is bound to two fields.
c. It is a control to identify a choice.
d. It contains a set of controls representing choices.
Q. The option button ____ identifies each button or check box in an option group.
a. event
b. frame
c. label
d. value
Q. Which of the following statements about a tab control in a form is incorrect?
a. It can contain only one object.
b. It defines a layered space.
c. It is a control object.
d. It is created in multipage forms.
Q. The option group ____ describes the contents of the entire option group.
a. event
b. frame
c. label
d. value
Q. A(n) ____ is the default control for a Yes/No field.
a. check box
b. option button
c. toggle button
d. list box