Form Open Error

R

rjvega

I tried to post this earlier, but I don't see it out there, so I apologize if
it's up twice.

I'm developing a database which was working quite well when suddenly, I
can't open many of the forms. It seems that the affected forms are ones that
have an event "On Load" or "On Open". The error I'm getting is "Invalid
procedure call or argument". The first time I saw it, I was in the process
of deleting some old forms which I had used in development, but were no
longer needed.

Any help would be GREATLY appreciated.
 
O

Ofer Cohen

First back up the MDB

Try Compact and Repair, if that doesn't help open the MDB in code view, any
where (Press Ctrl + G), in the menu bar select:Tools -> Reference
See if any of the objects that are selected there has the word "Missing"
next to it, if it has no relevant for you UnCheck it.
 
Top