Loading a form automatically when Access starts

  • Thread starter Thread starter George Papadopoulos
  • Start date Start date
G

George Papadopoulos

Hello everybody

I have built a small database with VBA support under Access 2000. The
application is almost complete and I would now like to have a form opened
automatically, when the database is started, instead of the Access
integrated development environment. How can I do that?

thx, in advance

George Papadopoulos
 
George said:
Hello everybody

I have built a small database with VBA support under Access 2000.
The application is almost complete and I would now like to have a
form opened automatically, when the database is started, instead of
the Access integrated development environment. How can I do that?

thx, in advance

George Papadopoulos

Just go tools, start up and choose a form to open when the db is opened. You
can do other shit like hide the db window and disable the menus too. It's
not secure because you can open it with the shift key down and bypass the
startup stuff, but it's handy if security's no big deal.
 
On the menu bar, go to Tool|Startup.

Be carefull unchecking boxes. If you remove all of the toolbars and menus
and uncheck the Special Keys box, you may have a hard time getting back into
your developement environment. The special keys are keys such as holding
down Shift when starting the database to bypass startup options, F11 to show
the database window, Alt+F11 to show the VBA window, etc.
 
George Papadopoulos said:
Hello everybody

I have built a small database with VBA support under Access 2000. The
application is almost complete and I would now like to have a form opened
automatically, when the database is started, instead of the Access
integrated development environment. How can I do that?

Tools => Startup

Select the form of choice from the drop-down list under Display Form/Page.
 
thx. very much. It worked as told!


Ï "Wayne Morgan said:
On the menu bar, go to Tool|Startup.

Be carefull unchecking boxes. If you remove all of the toolbars and menus
and uncheck the Special Keys box, you may have a hard time getting back into
your developement environment. The special keys are keys such as holding
down Shift when starting the database to bypass startup options, F11 to show
the database window, Alt+F11 to show the VBA window, etc.
 
George Papadopoulos said:
Hello everybody

I have built a small database with VBA support under Access 2000. The
application is almost complete and I would now like to have a form opened
automatically, when the database is started, instead of the Access
integrated development environment. How can I do that?

thx, in advance

George Papadopoulos
Do not sign out from your database. Leave it open for continual. Most
database programs including Acess, Paradox, dBase and File Maker Pro etc
applicant creates data which can be easily searched, sorted, printed and
organised eg: address book.
 
Back
Top