Auto Open Form

S

SiH23

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

Many thanks,

Simon.
 
R

Rick Brandt

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
 
E

Eugene7899

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
 
Top