Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to make it so that my Form loads when the database is opened

Status
Not open for further replies.

KaayJaay

IS-IT--Management
Jul 6, 2004
64
US
How do i make it so that a form i made loads when the user clicks on the database as opposed to going to the tables screen first.

KaayJaay
 
you can specify this on the startup options, in the tools menu...

to not get the tablelist up at start of database, uncheck the display database window option
 
To open a form when the database is opened, create a macro and save it as "autoexec".

Macro Actions:

Openform - select the form you want to open.
Maximise
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top