Access crashes when opening or editing a form

J

jaaudio

When I attempt to open, edit or modify a form's code, access stops reponding.
All other forms and code appears to execute normally and the code does
compile. I don't want to lose the work I invested with this form. Is there
any way to get this form open, or to troubleshoot this problem?
 
D

Damon Heron

IDEAS:
Can you goto the VB window from another form and then select your form and
look at the code?
Is form set Option Explicit?
Check your references, under tools.
create new db and import the form and all the tables and querys it uses.
See if it will run there.

HTH
Damon
 
Top