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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top