Can't Design View or close form, or close Access

  • Thread starter Thread starter Bradley C. Hammerstrom
  • Start date Start date
B

Bradley C. Hammerstrom

Access2000

Problem with a form.
The close (X) button is non-functioning. Attempting to close the form by
File>Close brings an error box:
"This action will reset the current code in break mode."

Upon attempting to switch to form Design View:
"Code was executing when you tried to switch views."

Also at various command buttons:
"You can't carry out this action at the present time."

And I can't close Access. I have compacted the db. There are two Events.
OnOpen (removes subform binding to show all records); and OnLoad (a
FindFirst OpenArgs procedure).

Is the db corrupt, or is it something in the form?

I know it pobably could be many things, but any guesses?

Brad H.
 
Open the code window (Ctrl + G), select Debug > Compile. This will possibly
identify the problem for you. If that fails, then you should try stepping
through the code to see where, if at all, it is hanging up.
 
Back
Top