how stop form from automatically opening?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks for any help.
I have a database that opens a form automatically when I open the database.
I would like to stop that. I looked for an AutoExec macro, and can't find
one, and also in tools>startup there is not a form specified for opening up
upon startup. Anything else there might be that causes the form to be
automatically opened?
Thanks again.
 
Try opening the db with shift held down. If this stops it, then it's perhaps
hidden in some code somewhere on an OPEN or such. Try to find it by looking
for "form.open", "form_open" etc.

Maury
 
Ian Elliott said:
Thanks for any help.
I have a database that opens a form automatically when I open the database.
I would like to stop that. I looked for an AutoExec macro, and can't find
one, and also in tools>startup there is not a form specified for opening up
upon startup. Anything else there might be that causes the form to be
automatically opened?
Thanks again.



If that doesn't work. Simply try going to "TOOLS" in the menu bar, click on
"Startup" and delete the name of the form. This should get rid of it.
 

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

Back
Top