prevent after update event from running

AmberO

Registered User.
Local time
Today, 00:51
Joined
May 9, 2002
Messages
27
Is there a way in the before update event to prevent the after update event from running on a combo box?

Records are brought up on my form by the user keying into a combo box. They should not be able to exit a record (by selecting another in the combo box) unless certain criteria is met. I can check the criteria in the before update event, but not in the after update event for some reason.

Thanks in advance,

Amber
 
Set the LOCKED property to true, than the combobox can not be updated
But maybe you should cancel the update in all if the criteria has not been met??????
 
That's inspired! Thank you!
 

Users who are viewing this thread

Back
Top Bottom