display a form when access opens

A

Arvin Meyer [MVP]

Tools >>> Options >>> Startup

Then use the combobox to select the form to open.

Alternatively, you can write a macro with the specific name of Autoexec and
it will fire when the database opens.
 
T

Tom Brown

Open Access, open your database. Go to Tools-Startup-Display Form/Page.
Use the dropdown to find the form you want to open on startup.
 
B

Brian

Tools -> Startup, then select your main menu form under Display Form/Page &
Click OK.
 
Top