Broke my database and need to watch it in action :-(

  • Thread starter Thread starter Rob Brookbanks
  • Start date Start date
R

Rob Brookbanks

I appear to have done something silly with my coding, and I can't figure out
where... so many after update statements! Ho hum.

When I write in Metacard, I can bring up a debug window and see every event
being triggered. Being a newbie to access, how do I fire up my database so I
can watch everything going on in debug mode on the screen and see what I
have broken?

TIA

Rob
 
Put a breakpoint at the beginning of your suspect code.
(click in the gray bar to the left of the code. A brown spot will
appear next to the marked row.)
Run your code.
It will break on the line you marked.
You can now use F8 to step through it line by line.

HTH
- Turtle
 
Back
Top