G
Guest
How can I stop code from running if the user clicks on YES?
Example: When the field gets focus, I might automatically insert data into
the field from a DLookUp execution. The intOptions = vbQuestion + vbYesNo. If
the user clicks YES, I might execute code in the EXIT event. As a result, I
want all the other code in different events (i.e., EXIT, AFTERUPDATE, etc.)
from running.
Thanks in advance for any assistance.
Rick
Example: When the field gets focus, I might automatically insert data into
the field from a DLookUp execution. The intOptions = vbQuestion + vbYesNo. If
the user clicks YES, I might execute code in the EXIT event. As a result, I
want all the other code in different events (i.e., EXIT, AFTERUPDATE, etc.)
from running.
Thanks in advance for any assistance.
Rick