Which of the following is NOT true in regard to start-up display options?
A) You may decide show a startup form when your database opens.
B) Optional commands, such as the command to compact and repair the database when it is closed, may also be set to run automatically so the user does not have to worry about maintenance tasks.
C) By setting the startup display options, you increase the chance of changes being made to the data or the database structure.
D) To make the application as user friendly as possible, you can name the application and then remove options available to database designers.
C
You might also like to view...
Which MouseEvent method can be used to determine if the Alt key is pressed?
a. isAltPressed. b. isAltDown. c. getClickCount. d. AltPressed.
In Project 2013's ________ view, you can enter resource information in columns and rows
Fill in the blank(s) with correct word
Explain how the serial connection to a WAN service provider differs from the way the serial connections are set up for the curriculum labs
What will be an ideal response?
Match each item with a statement below.
A. A class that has inherited from a base class, also known as a derived class. B. A synonym for base class. C. Can be used by a class and its descendants. D. Using the same method name to indicate different implementations. E. The ultimate base class for all other types. F. Returns a string containing an object's class. G. Occurs when two reference type objects refer to the same object. H. Returns true if two Objects have the same memory address. I. A class that cannot be extended. J. Static methods that act like instance methods.