Quick question about the order of events when you click a checkbox control: does the "BeforeUpdate" event fire before the "Click" event, or after?
Thanks,
Aaron
Quick question about the order of events when you click a checkbox control: does the "BeforeUpdate" event fire before the "Click" event, or after?
Thanks,
Aaron
This was actually pretty easy to test using msgbox. Should have thought of that before posting. From what I can tell it looks like the BeforeUpdate event does fire before the Click event.