How to set startup form (Access 2007)
You can set a form to execute upon startup in two ways:
- Display Form under Applications Options.
- AutoExec macro.
Display Form Under Application Options
- Click Office button.
- Click on Access Options (at bottom of Office menu).
- Click on Current Database.
- Under Application Options find Display Form drop down list.
- Select desired form.
- Close and open Access
AutoExec Macro
You can cause a form to open in the AutoExec macro.
Access runs the AutoExec macro when the user opens the Access application.
- Open Navigation Pane.
- Locate AutoExec macro.
- Right-click AutoExec macro and select Design View.
- Insert an OpenForm action.
- Enter the desired startup form in the Form Name action parameters field.
- Save and close the macro.
- Test the change by closing and opening Access.
One or the Other, but Not Both
You should use one method for opening the initial form.
|