If you select ________, Access automatically compacts your database anytime you close it
A) Compact Now
B) Compact on Exit
C) Compact on Close
D) Compact and Repair Database
C
You might also like to view...
When an exception is thrown by code in its try block, the JVM begins searching the try statement for a catch clause that can handle it and passes control of the program to __________.
a. the last catch clause that can handle the exception b. each catch clause that can handle the exception c. the first catch clause that can handle the exception d. the statement that appears immediately after the catch block
When the KeyPress event occurs, a character corresponding to the pressed key is sent to the KeyPress event's e parameter, which appears between the square brackets in the event's procedure header.
Answer the following statement true (T) or false (F)