Forms flash open and close in 2007

S

Stacie Espinosa

I have a large access database that was used with access 2003 and now i'm
trying to convert it so that is uses access 2007. However the forms in 2007
when you click on them to open they just flash open real quick then close.
Does anyone know how to stop this from happening i can open them in design
view. Thanks for your help.
 
N

NTC

in design view; look for custom vba code written into the OnOpen or OnLoad
or OnCurrent events that might tell it to close if some condition is met....
 
S

Stacie Espinosa

It doesn't look like its all forms, this one form that isn't working is the
one that is suppose to automatically open when the database is open. I was
wondering if maybe there maybe some problem with the macros? Thanks for your
help. I can't find and custom vba code anywhere that i've looked.
 
N

NTC

for the form that is not working; is there any function in the OnLoad,
OnCurrent or OnOpen event??
 
N

NTC

identify this form's record source

can you open that query stand alone?

copy the form...give it a new name...try to open...does it have the problem
still?
 

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

Similar Threads


Top