Report Help

  • Thread starter Thread starter blake7
  • Start date Start date
B

blake7

Hi All, I am running a report linked to a query in which the criteria is pick
up from a form using dates (using the "between" statement)

In my report PAGE HEADER i have the following code in two text boxes so the
I can show the "To" and "From" dates

=[Forms]![weekly summary date select].[startdate]
=[Forms]![weekly summary date select].[enddate]

When I run the report it has several pages but the two dates only appear on
the first page, on the consecutive pages the #Name? is dispalyed in the two
text boxes, how do I get these additional pages to display the date
information. Thanks
 
Check any code you have in any opening events of the report. Your form must
be open for the dates to appear after the first page. Do not close the form
uintil you close the report.

Steve
(e-mail address removed)
 
Back
Top