how to go to switchboard in MSaccess when open file

M

mijan

what is the command if we open the file, it will go straight to the
switchboard? Thanks in advance for the help.
 
V

Van T. Dinh

Use the Menu Tools / Startup ... and specify the Switchboard Form as the
Startup Form.

HTH
Van T. Dinh
MVP (Access)
 
J

Jeff Conrad

in message:
what is the command if we open the file, it will go straight to the
switchboard? Thanks in advance for the help.

From the main Access menu bar go to:
Tools | Startup
and then select the name of your Switchboard form in the
field called "Display Form".
Hit Ok.

The next time the database is opened it will start by displaying
that form.
 
M

M. Madani

Run a command as such to show all records after student completes his
information. this way others can find their names in the record set or in
the table that has all records.

So when he clicks save or done or after last action. Either remove the
filter or show all records.

Hope this helps

Mo Madani
 
Top