L
LindaG
Guest
I have a report that gets modified in design view (the only way I can figure out how to access the report width) conditionally. The problem is that I don't want the user to be able to save this report when it is in print preview. If the close button (the one for the print preview window next to the maximize/minimize buttons) is clicked, Access prompts the user to save. If I use docmd.setwarnings to false, Access will opt to save as that is the default. Is there any way to disable this prompt and not have the report save? My only other option is to create two nearly duplicate reports, which I really don't want to do as I don't want to maintain two reports. Any suggestions are welcome.