I have set up a database that analyses the effectiveness of production lines.
For my report, users select a Start Date and End date (through a form) and
the enter button brings up the report. The first page (first production line)
displays the start and end date however any other page (the other production
lines that were on the same days) is displaying "#Name?". How can i solve
this so the date range is displayed on every page?
Regards
Rebecca
If the Control Source of the text box on the report looks like this:
=[Forms].[Form1].[StartDate]
then make sure the form stays open in the background while the report is
open.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
>I have set up a database that analyses the effectiveness of production
>lines.
[quoted text clipped - 9 lines]
>
> Rebecca