Deleted startup form

  • Thread starter Thread starter gambit32
  • Start date Start date
G

gambit32

I HAD form that opened immediately when the database was opened. I
created a new from and set it as my start up form. Now each time I
open the db it still looks for the old form on top of opening the new
form. How can I correct this?
 
How did you have Access open the former form?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
I HAD form that opened immediately when the database was opened. I
created a new from and set it as my start up form. Now each time I
open the db it still looks for the old form on top of opening the new
form. How can I correct this?

It sounds like you may have one form defined as the opening form in
the Tools... Startup menu, and you're opening the other from the macro
named AutoExec. Use one or the other only!

John W. Vinson[MVP]
 
I had the first form set to open on startup by using the the start up
function in Tools. I changed that to the new form and deleted the old
form.

As for the AutoExec macro, where can I find that? I looked through my
macros and didn't see one named that.

Thanks for all the help so far!

-Mark
 
Back
Top