ted.martin
Registered User.
- Local time
- Yesterday, 23:37
- Joined
- Sep 24, 2004
- Messages
- 743
I have a form with 108 textbox controls, each a representing 5 minute time slots. I need to know when a textbox value has been changed and what the previous value was so that I can validate the change or undo.
I know I could use the Before and After Update event but to write this code for each of the 108 controls would seem to me to be clumsy.
The On Dirty event tells me a text box has changed and the Active Control can tell me which Control has the focus but how do I get the original value in the text box before it was changed.
Any thoughts would be most welcome.
I know I could use the Before and After Update event but to write this code for each of the 108 controls would seem to me to be clumsy.
The On Dirty event tells me a text box has changed and the Active Control can tell me which Control has the focus but how do I get the original value in the text box before it was changed.
Any thoughts would be most welcome.