corrupted data base

  • Thread starter Thread starter Wayne
  • Start date Start date
W

Wayne

I have a visual basic module that is missing it's
associated form. I keep
getting the error, "form xxx is misspelled or refers to a
form that doesn't
exist." How can I delete the module?
Thanks, Wayne
 
I would try making a new form with the name of the missing form and see if the
VB module gets re-associated. If so, then set the form's Has module property to
No.

Then save the form again.
Then compact and repair
 
Back
Top