Debug not working after install of 2007

P

phowatt

After installing Access 2007 one of the event procedures in a form of my
database is no longer working. When I click on a line in the event where I
want single stepping to start the line is highllighted in brown as usual but
when I enter data in the from I am not able to enter into the debugging mode
to single step through the code. What do I have to do in order to activate
debugging?
 
C

Clifford Bass

Hi,

Check to see if the control's corresponding event still has "[Event
Procedure]" as its value in the properties window. It not, "recreate" the
event. You also could try doing a compile of the code. VBA Editor, Debug
menu, Compile Database.

Clifford Bass
 

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

Top