using disign data from one report to another report

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
 
D

Duane Hookom

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top