Multiple Choice
Which of the following is NOT true in regard to working with ACCDB and ACCDE files?
A) Once a database is saved as an .accde file it cannot be converted back to the .accdb file format.
B) Converting a database into the .accde is only one aspect of securing a database for use.
C) Minimal changes can be made to macros or VBA modules within the .accde database.
D) Any changes would have to be made in the original .accdb file that would then need to be converted to .accde again.
Correct Answer:

Verified
Correct Answer:
Verified
Q40: Any VBA code in a database can
Q41: _ statements in VBA work similarly to
Q42: _ are used to store VBA procedures
Q43: A _ can run on its own.<br>A)function<br>B)line
Q44: A(n)_ executes instructions and returns a value
Q46: An argument is a constant,variable,or class that
Q47: User-defined types can also be created in
Q48: The _ lists all VBA objects along
Q49: Which of the following is NOT a
Q50: Which of the following is NOT true