B
blake7
Hi All, I have created a report that is linked to a query, the query criteria
is based on dates entered in a small form, using the "between" statement.
On my report I have placed two text boxes in the PAGE HEADER with the
following code in them:
=[Forms]![weekly summary date select].[startdate]
=[Forms]![weekly summary date select].[enddate]
so that I can show the date range etc
The dates appear ok in the first page of the report, but on other pages the
#Name? error shows in the boxes, how do I get the dates to appear? Thanks
is based on dates entered in a small form, using the "between" statement.
On my report I have placed two text boxes in the PAGE HEADER with the
following code in them:
=[Forms]![weekly summary date select].[startdate]
=[Forms]![weekly summary date select].[enddate]
so that I can show the date range etc
The dates appear ok in the first page of the report, but on other pages the
#Name? error shows in the boxes, how do I get the dates to appear? Thanks