Multiple Choice
Which of the following is NOT true regarding the FileDialog object properties?
A) The Open option allows the user to select one or more files that can be opened in the Object Browser.
B) The FolderPicker option allows the user to select a path (folder) .The file path text is stored in the SelectedItems method of the FileDialog object.
C) The FilePicker option allows the user to select one or more files.The file paths are stored in the SelectedItems method of the FileDialog object.
D) The SaveAs option allows the user to select a single file that can then be used to save the current file.
Correct Answer:

Verified
Correct Answer:
Verified
Q61: The Each...Next statement will run another Sub
Q62: Sub procedures are used to store VBA
Q63: If a VBA error occurs while Access
Q64: Match the following terms to their description.
Q65: Declarations define user-defined data types,variables,arrays,and constants.
Q67: A _ executes instructions and returns a
Q68: The _ allows Access to import,export,or link
Q69: The default file format in Access 2013
Q70: The larger window on the right of
Q71: Syntax errors occur within the Visual Basic