problems after compact database!

fvd

Registered User.
Local time
Today, 21:31
Joined
Jul 11, 2003
Messages
12
Hello,

I've compacted my database, and now i have a form (it's my main-form on which i have placed commandbuttons that opens all my other forms) that doesn't open anymore.
Not even in edit-mode, so can't reach it anymore!
I really don't know what could be the problem, i compacted several earlier versions of this database without having this problem...
Does someone knows the reason or the solution???

Thank you!
 
The form is probably corrupt. You can try importing the form from the previous version and if may work. If not you will need to rebuild the form...

Jack
 
Try This

Try this;
Rename the old form by adding a 1 or Z after the form name
Create a new form, select and copy all controls from the old (corrupt) form and paste them into the new form.
Open the code window for both forms and copy and paste code from the old form into the new forms code.
Now save the new form with the original forms name.
This usually works form me. Good luck!
 

Users who are viewing this thread

Back
Top Bottom