View Full Version : Save and lock report


alfred67
02-09-2010, 02:22 PM
Hello

I have generated a report based on a query and user input. Is it possible to lock the report and save it under a different name once the user is happy with the report.

I want to be able to reopen the saved report without having to run the query or the user input again.


Alfred67

vnfoster
02-09-2010, 02:27 PM
You could publish it to Word and save it there.

Galaxiom
02-09-2010, 03:53 PM
In Access 2007 save it as a PDF.

Otherwise save a summary of the current data from the record source into a table against a ReportID and use that to recreate the report later.

alfred67
02-10-2010, 03:48 AM
In Access 2007 save it as a PDF..

I'm using access 2003.

Otherwise save a summary of the current data from the record source into a table against a ReportID and use that to recreate the report later.

I'm not sure how to do that

Alfred67

gemma-the-husky
02-10-2010, 04:00 AM
i think the best way is to open in preview mode, then right click, and export to one of the available formats.

snapshot, maybe up to A2003
pdf in A2007


or use a pdf convertor, and generate a pdf. needs a little bit of code

rainman89
02-10-2010, 04:01 AM
You could install cutepdf and print/save through that.