J
Jarda Beran
Hi,
I have form with some nested sub-forms, and I need to go through all
textboxes and combo boxes, when user changes data (Dirty event). I'm using
Access 2003.
Is there a way, how to do it?
Thanks for any advice
Jarda
PS: I've tried to code something myself, but perhaps I'm a little bit
unclear on using .OldValue property. I've tried to compare .OldValue and
..Value of textbox or combo box, and when it wasn't equal, then save to log,
what was changed by user - but it didn't work.
I have form with some nested sub-forms, and I need to go through all
textboxes and combo boxes, when user changes data (Dirty event). I'm using
Access 2003.
Is there a way, how to do it?
Thanks for any advice
Jarda
PS: I've tried to code something myself, but perhaps I'm a little bit
unclear on using .OldValue property. I've tried to compare .OldValue and
..Value of textbox or combo box, and when it wasn't equal, then save to log,
what was changed by user - but it didn't work.