INTERESTING

M

Marouise

Hi There

I've design my own database in access 2000. I have a start-
up form that comes up when entering the program, then the
database go to the normal window of access, like where you
can create queries, tables, reports, etc. Now if i want to
display the switchboard of my program i must physical go
to the forms tab and double-click "Switchboard" to present
it to users.

My question is: After my start-up form has disappeared,
isn't it possible for the switchboard to appear
automatically. (By the way this will look much more
professional.)

Thanks in advance

Craig
 
V

Van T. Dinh

In your splash / start-up Form_Unload Event, you can open the Switchboard
Form using the DoCmd.OpenForm Method.
 

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

Top