S
Simon Webb
I have a form where the operator enters some text in a box. After they have
entered the text - a security code - on tabbing out I want to
i) close the current form.
ii) open another form.
conditional on the operator having entered the correct security code. If I
use the on exit event for my text box I get the error message 2585 "This
action cannot be carried out while processing a form event".
I think the only event is the exit event (the form is not bound. I have no
other events or code in this form). Is there any way around this?
I can have the cursor move to a command button which the operator can click
which will achieve what I want to do - but that is an extra step by the
operator.
thanks in advance
- Simon
entered the text - a security code - on tabbing out I want to
i) close the current form.
ii) open another form.
conditional on the operator having entered the correct security code. If I
use the on exit event for my text box I get the error message 2585 "This
action cannot be carried out while processing a form event".
I think the only event is the exit event (the form is not bound. I have no
other events or code in this form). Is there any way around this?
I can have the cursor move to a command button which the operator can click
which will achieve what I want to do - but that is an extra step by the
operator.
thanks in advance
- Simon