Deleted form not deleted in VB

M

Mmiller

When I delete a form in the Access Database, it does not get deleted in the
Visual Basic Editor and causes errors everytime the database is opened. I
cannot delete the form on the project list? How do I correct this problem?
 
L

Lynn Trapp

Have you tried deleting the code from the VB Editor? If you have and that
didn't work then you might try using the /decompile switch. Open the
database with that switch, hold the shift key down while it is opening.
Compact the database. Close and reopen the database and recompile it.
 
Top