Hi
If certain text boxes are left blank on my form, I want a msg box to alert the user.
If the user clicks vbRetry, on the msg box, they will be taken back to the empty text box. (I have this part working.)
What I can't get to work is this part;
If the user clicks vbCancel, on the msg box, then I want the msg box and the form to close, without saving the file.
Any ideas why my form won't close.
Tom
If certain text boxes are left blank on my form, I want a msg box to alert the user.
If the user clicks vbRetry, on the msg box, they will be taken back to the empty text box. (I have this part working.)
What I can't get to work is this part;
If the user clicks vbCancel, on the msg box, then I want the msg box and the form to close, without saving the file.
Any ideas why my form won't close.
Tom