Post by AnthonyI've placed 2 break-points in the Click sub of a button, but when I
click it, Access does not break. Is this a bug in Access?
Probably not, though it's possible. Questions:
1. Does the code in the procedure actually get executed?
2. If so, did you put your breakpoints on statements that were executed,
or might you have put them on statements that were bypassed due to
conditional logic?
3. If the code was not executed, is the button's OnClick property (on
the Event tab of the button's property sheet) set to "[Event
Procedure]", as it should be?
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)