Put a command button on your form, use the wizard to create an close form
action.
After that look in the properties and go to events then choose "on click"
in the VBA code you will see a line with " DoCmd.Close"
replace it with following line
DoCmd.Close acForm,"formname",acSaveNo
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.