Forms flash open and close in 2007

  • Thread starter Thread starter Stacie Espinosa
  • Start date Start date
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.
 
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....
 
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.
 
for the form that is not working; is there any function in the OnLoad,
OnCurrent or OnOpen event??
 
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?
 
Back
Top