Question:How do you prevent a user from skipping the startup routines when opening an application?
A Set the database's AllowBreakIntoCode property to False
B Set the database's AllowBypassKey property to False
C Set the database's AllowBuiltInToolbars property to False
D Set the database's StartupShowDBWindow property to False
+ AnswerD
+ Explanation
+ Report