Displaying Date on every Report Page

G

Guest

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
 
A

Allen Browne

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.
 
A

Allen Browne

Sounds like something has confused it here.

Perhaps Name AutoCorrect. Perhaps the name of the field/control is a
reserved word. Perhaps there's a conflict with another name. Perhaps there's
some calculation in there.

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.

becky250 said:
I tried (on a backup file!) to remove the 'close form on click' part of the
'ok' button in Visual Basic but now when the report comes up, the first
date
is correct but the other pages display a completely random, incorrect
date.

Allen Browne said:
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.

becky250 said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top