H
Hugh self taught
Hi everyone,
Is there a way to cancel the "On Lost Focus" event if another event has
fired first?
My scenario is a cbo that looks up a record. I use the afterupdate if I find
the record. I use the "not in list" with options to add a record or select
from another cbo if the item is not in th list. However if the user tabs
through the cbo without entering anything, I need to know so I use the "on
lost focus".
The problem is as soon as I exit sub to move the control, the "on lost
focus" event code executes. Any suggestions as I've been unsuccessful so far.
P.S.
I can't use the form's before update as I hide controls & make others
visible depending on the options chosen.
Is there a way to cancel the "On Lost Focus" event if another event has
fired first?
My scenario is a cbo that looks up a record. I use the afterupdate if I find
the record. I use the "not in list" with options to add a record or select
from another cbo if the item is not in th list. However if the user tabs
through the cbo without entering anything, I need to know so I use the "on
lost focus".
The problem is as soon as I exit sub to move the control, the "on lost
focus" event code executes. Any suggestions as I've been unsuccessful so far.
P.S.
I can't use the form's before update as I hide controls & make others
visible depending on the options chosen.