I am using Access 2007 in a multi-user mode. I have some reports that are modified dynamically based on user options. When the Print Preview closes, it prompts with a "Save/Cancel Changes?" dialog box. I can hide this box with a docmd.setwarnings = false when I open the report followed with a docmd.setwarnings = true when the report closes. However, the default answer to the hidden dialog box is "Save". If there is more than one user in the database (and there almost always is) then I get a "You don't have exclusive access to the database" dialog box. I would like to either (a) default the hidden "Save/Cancel" dialog box to "Cancel" or (b) hide the "exclusive access" dialog box. Any help would be appreciated.
Thanks, Eddie