Access Startup

  • Thread starter Thread starter Brad W
  • Start date Start date
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?
 
Macro

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

Bill
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top