I have a field which I do not want the user to exit from without filling it in. I have some vb code on the field using the Lost Focus event which works. However, if the user tries to close the form I just want the code to reset everything back. Is there a way of ascertaining (In my lost focus event) if the user is trying to click on another field (in which case I display an appropriate message and set focus back to the same field again) OR trying to close the form (in which case, I do not want to display anything and I will reset the field back to its original contents) ?
Thanks,
Remember when... everything worked and there was a reason for it?
Thanks,
Remember when... everything worked and there was a reason for it?