how do I save a report format in access 2000 to use again?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Every quarter I need to do a report from information kept in an access table.
The data changes but the format of the report stays the same. Is there some
way to save the format so I do not have to re-format the report every quarter?
 
Antartica said:
Every quarter I need to do a report from information kept in an access table.
The data changes but the format of the report stays the same. Is there some
way to save the format so I do not have to re-format the report every quarter?


You can just Copy/Paste on the report object in the database
window.

BUT, this has got to be the hard way to go about printing a
quartly report. Normally, all you should have to do is
filter the existing report to the current quarter's data by
using a form with a text box to specify the filtering
criteria and having a button to open the report.
 
Back
Top