C Chunk Registered User. Local time Today, 17:39 Joined Oct 25, 2004 Messages 64 Mar 9, 2005 #1 I need an event for when a text box is updated. Not by the user typing into it, but when VB code or something like Dsum() changes its value automatically. What event can I use? Does one exist for this?
I need an event for when a text box is updated. Not by the user typing into it, but when VB code or something like Dsum() changes its value automatically. What event can I use? Does one exist for this?
ghudson Registered User. Local time Today, 12:39 Joined Jun 8, 2002 Messages 6,194 Mar 9, 2005 #2 What about the OnChange event of the text box? If not then you will have to play around with the many other events that a text box has.
What about the OnChange event of the text box? If not then you will have to play around with the many other events that a text box has.