D
dg
Hi, how do I go about adding "Department copy" on page "1" of report and
"Customer Copy" on page "2".
"Customer Copy" on page "2".
If you want the same data on each page and the only difference is the
text you noted, I suggest two reports. Just copy the one you have then
edit each to show the text you want.
Dave M said:Try adding an unbound text box to the page header and set its control source
property to:
=IIf([Page] = 1,"Department copy","Customer copy")