using disign data from one report to another report

  • Thread starter Thread starter Brice K
  • Start date Start date
B

Brice K

How does one copy the design (the report header, the page
header, image, etc) of one report into another report? I
query my data base by year in the design view and when I
want to query a different year, I simply change the year
criteria and save it with a new name. The computer does the
work for the new year.

Now, how do I copy the design of one report (also by year)
into another report with a different year without having to
redesign the report header, page header, footer, images,
and the positioning of each field?

In other words, I want numerous reports each with data from
a given year but looking the same.

Brice
 
I would never make duplicate reports for different sets of data. I would
also not create duplicate tables for different years of data. If you don't
have a choice on the data, consider writing some code in the On Open event
of the report that will change the report's record source property.

If you need help with this, come on back.
 
Back
Top