Hello,
I am developing a small application with access, and I need to give the user the opportunity to close a form without saving any of the data that they may have already input.
I tried the DoCmd.Close command, but it saves the data.
Any Suggestions.