I'm working on a project using Access databases and I need to set something up so I can tell exactly when in the program's execution a database table was updated. This is just for debugging purposes, so if I could make a breakpoint to do this that would be perfect.

Thanks.