What Event Procedure do I need to use??

123dstreet

Registered User.
Local time
Today, 06:15
Joined
Apr 14, 2010
Messages
122
HI All!

On my sales form, the user will fill out the appropriate fields, but if the user goes to the next sale item, which event would I use to prompt them to do something that they forgot to doa in the first record? Any help would be great thanks
 
The Form's Before Update event. That is where you would issue a

Cancel = True

if you don't want them to move on.
 

Users who are viewing this thread

Back
Top Bottom