interface

D

Daniel_22

How can i create a interface (form) which comes up automatically when the
database is
started up.


thx
Daniel
 
P

Pete D.

You don't state you version but under tools options current database you
select the form you want loaded on startup. Any form can be loaded as the
startup one. For more detail what version access.
 
J

John W. Vinson

How can i create a interface (form) which comes up automatically when the
database is
started up.


thx
Daniel

Select Tools... Startup from the menu; select the desired form in the "startup
form" dropdown.
 
D

Daniel_22 via AccessMonster.com

i am using Access 2007
You don't state you version but under tools options current database you
select the form you want loaded on startup. Any form can be loaded as the
startup one. For more detail what version access.
 
P

Pete D.

A quick response from a google search, Jeff Conrad also wrote a great book,
Access 2007 inside out. A bit advanced but many great tips even for me, a
Intermediate user.

1. Click the Microsoft Office Button (upper left corner)
2. Click the Access Options button in the bottom right corner of the menu
that appears
3. Click the Current Database category on the left side of the Access
Options dialog box
4. Under Application Options section look for the option called "Display
Form." Select your form name from the combo box
5. Click Ok to close the Access Options
6. The next time you open the database your form will load on Startup
 
Top