Full Version: Closing a report without saving.
UtterAccess Discussion Forums > Microsoft® Access > Access Reports
JeffHall
I have a report which is just a blank report. All of the controls and labels are created from code. How can I make it so when the user X out of the report he/she is not asked to save the report.

Set Warnings does not seem to work on the "On Close" event.
freakazeud
Hi,
did you try this:
Application.SetOption "Confirm Document deletions", False
?
HTH
Good luck.
freakazeud
Maybe this:
Generate or print without saving
or this:
Closing report
HTH
Good luck.
JeffHall
Thank you fo rthe response.

I have the information for the report already showing on a form.
So the print without saving should work perfectly.

Freakazeud saves the day again.yayhandclap.gif



Thank you
freakazeud
frown.gif You're welcome.
Glad I could assist.
Good luck on future projects.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.