juliesmomma
Technical User
I have a parameter form (Report Dialog) where the user enters the date range in 2 text fields.
In the header of the report I have 2 text fields for the date range.
The From date field has this code:
=[Forms]![Report Dialog]![txtFromDate]
The Thru date field has this code:
=[Forms]![Report Dialog]![txtFromDate]
I also have this in the query the report is based upon for the date range:
Between [Forms]![Report Dialog]![txtFromDate]And [Forms]![Report Dialog]![txtFromDate]
When the report is run to preview, the date range appears correctly on the top of the first page of the report but appears with #Name? on the rest of the pages?
If I need to supply more information, please let me know.
Thanks for any assistance you can give me. I've tried to search the site for answers but I just can't find anything that fits my situation.
Thanks a bunch,
April
In the header of the report I have 2 text fields for the date range.
The From date field has this code:
=[Forms]![Report Dialog]![txtFromDate]
The Thru date field has this code:
=[Forms]![Report Dialog]![txtFromDate]
I also have this in the query the report is based upon for the date range:
Between [Forms]![Report Dialog]![txtFromDate]And [Forms]![Report Dialog]![txtFromDate]
When the report is run to preview, the date range appears correctly on the top of the first page of the report but appears with #Name? on the rest of the pages?
If I need to supply more information, please let me know.
Thanks for any assistance you can give me. I've tried to search the site for answers but I just can't find anything that fits my situation.
Thanks a bunch,
April