How Can I STOP a Popup form?

R

Ruben

Hi,
When my database is opened, one of my forms automatically pops up. The pop
up property is set to "No" for the form and I don't have any Macros in the
database. I can't figure out why it keeps popping up.
Thanks!
 
M

Maurice

Hi ruben,

Your startup probably has a reference to this form. Check the startup options.

In the databasewindow rightclick the titlebar and choose startup options.
You should see a combo which shows a formname to show at startup. If you
don't want this set the option to none.

hth
 
O

Ofer Cohen

Open the MDB while the shift key press down, then select from the menu bar
(Tools > StartUp
In the Display Form/Page drop down list, see if the form is selected, if yes
then remove it

If that not the case check if you have a macro name ÄutoExec, it can open
the form
 
Top