Make parameters from a Form show up on each page on report

A

Ally

I have a report that receives paramters "FromDate" & "ToDate" from a Form. By
using a text control on report, I want to display the Date paramters I
entered through the Form on the page header of the report. However, it seems
that they only appear in the first page. Does anyone know why is that? Would
you please let me know what's the right way to make the parameters received
through Form appeared on each page header?

Thanks a lot!
 
R

Rick B

They should be ab le to appear on each page. You do have them in the PAGE
header, and not the REPORT header?
 
Top