Access Startup

B

Brad W

I'm working on creating a new database. I've created the table and a form to
enter data into the table. This will eventually be for multiple users, how
can I have the main form open automatically when the .mdb file is opened?
 
B

Bill B

Macro

create a "New Macro" with an Action of OpenForm and point it at that form.

Bill
 
D

Douglas J. Steele

Actually, the macro needs to be named AutoExec (not "New Macro")

It's also possible to specify the start-up form under Tools | Startup
(Access 2003 or previous). In Access 2007, you need to get to the database
property through the Office button (the large round icon in the upper
left-hand corner)
 
Top