I need to trigger an event for when a text box is updated.
However, I cantuse on_update() because the text box is updated by dlookup (and on some of my other ones by vb code), and on_update() only works when the user physically enters a value.
Which event should I use. If there isnt one, is there a work around?
However, I cantuse on_update() because the text box is updated by dlookup (and on some of my other ones by vb code), and on_update() only works when the user physically enters a value.
Which event should I use. If there isnt one, is there a work around?