Auto Open Form

  • Thread starter Thread starter SiH23
  • Start date Start date
S

SiH23

How do I get a form to open automatically when the database is opened.

Many thanks,

Simon.
 
SiH23 said:
How do I get a form to open automatically when the database is opened.

Many thanks,

Simon.

Access versions up to 2003:
Tools
Startup
Display Form

Access 2007:
No idea, but it's in there somewhere
 
Create a Macro named "Autoexec" and simply add:

Under "Action" OpenForm and indicate the form name.

Recommend that the second line under "Action" is the Maximize command.

EugeneH
 
Back
Top