If I have a Cancel Command button on a players contact form.
Is there a way to overide the code that requires a data entry in the playername text box?
Basically I need a "way-out" for the user if they open this form by mistake and need to go back to the switchboard.
Right now I can exit the form Ok but in doing so I get 2 msg box one after the other due to my vba code on the on exit and before update and on exit event for the playername text box.
How can I prevent these msg boxes from appearing and close the form without a problem.
Thanks in advance,
Rob
Is there a way to overide the code that requires a data entry in the playername text box?
Basically I need a "way-out" for the user if they open this form by mistake and need to go back to the switchboard.
Right now I can exit the form Ok but in doing so I get 2 msg box one after the other due to my vba code on the on exit and before update and on exit event for the playername text box.
How can I prevent these msg boxes from appearing and close the form without a problem.
Thanks in advance,
Rob