how stop form from automatically opening?

I

Ian Elliott

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.
 
M

Maury Markowitz

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
 
M

metst7

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.
 
Top