Debug not working after install of 2007

  • Thread starter Thread starter phowatt
  • Start date Start date
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?
 
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
 
Back
Top