Event for update from dlookup or vb

Chunk

Registered User.
Local time
Today, 22:10
Joined
Oct 25, 2004
Messages
64
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?
 
There is no on update event. You could use the BeforeUpdate event or AfterUpdate event depending on what you wanted to do.
 

Users who are viewing this thread

Back
Top Bottom