Access Startup Options
Microsoft Access was developed as a component of the Office suite to be a tool
for users who need to work with a database. All of the development features
and options are enabled when it's installed and this complexity can be daunting to
users who only need a few features of the database. Set the startup options to reduce the
confusion so that the users can settle down and concentrate on the features you've
developed for them.
Open this configuration dialog by selecting the
option from the
menu:
The settings in this dialog fall into two categories:
- some control the appearance of the database
- others control its behaviour and security.
Appearance of the Access database on screen
-
- the caption that will appear in the title bar in place of the standard
"Microsoft Access".
-
- The icon that will appear on the title bar of the main window
and as a shortcut to the database on the desktop.
-
Access XP introduced an extra option
which will use the icon named above on forms and reports throughout the
database as well.
-
- The form that will appear when the database is loaded. Use this in conjunction
with so that the user
goes straight to the form that they need and never see the main Access Database
Window.
Behaviour
These check boxes allow you to show or hide different parts of the Access
interface from the regular users:
-
- clearing this box leaves a simplified menu structure without the development
entries such as .
It's usually best to clear this tick box to keep the user away
from the more powerful features of the Access development environment.
-
- allows the user to right-click on a
form or report and use the short-cut menu. The options on this menu
such as
can be useful or dangerous in different circustances depending on
the needs and abilities of the users.
-
- clear this tick box so that the user goes straight into
your startup form when the database opens. Note that the user will
still be able to reach the Database Window by selecting
from the
menu.
-
- clear this unless you are deliberately using the Status Bar for
messages to the user. The messages that Access displays here (such as
) are worthless to the majority of users and
only cause confusion.
-
- some toolbars include or
buttons. Clear this tick box to hide such
features if the users will never need to add or edit the forms.
-
- always clear this tick box. If this option is enabled then users will
be able to bypass your security by adding back in all the features you've
just hidden from them.
-
- clear this tick box. You do not want the user to ever see a VBA
code window. Your error handler should hide this complexity.
-
- clear this tick box so that the user cannot press keys like
to open the Database Window.
Summary
The options in the screen shot above will leave the user with a database
which lets them do very little except use the forms which you've designed.
Any Access developer will know how to get around these restrictions but
these options form a good basis for distribution to casual users.
|