text box event
text box event
(OP)
I have a text box on a form that is formatted as currency. This text box actually shows the total for someother text boxes that get the data from the user. Since the total text box get updated through the code, AfterUpdate event is not triggerd. I need to do something when this control value has changed. Is there any event like beforeUpdate or AfterUpdate that get triggered when a textbox value is changed programatically?
Thanks.
Thanks.





RE: text box event
Now, you can raise an event trigger for the TotalTextBox in order to fire the AfterUpdate event. You need to look through the VBA help files for this one as I do not remember how this works.
Chris Foley
Midland, TX