variable prints in report header but not page header

P

P. Ash

In Access 2000, I have a report the title of which contains a reference to a
variable on a form:
[Forms]![CalendarCreation]![dateinfo]
which prints correctly if it is in the Report header section. However, when
I move it to the Page header section, it doesn't work.
If I try preview in the designer, I get a message "Enter Parameter Value"
for that value, and if I just run the report, it leaves it blank. I can't
find a KB article on this.
 
M

Marshall Barton

P. Ash said:
In Access 2000, I have a report the title of which contains a reference to a
variable on a form:
[Forms]![CalendarCreation]![dateinfo]
which prints correctly if it is in the Report header section. However, when
I move it to the Page header section, it doesn't work.
If I try preview in the designer, I get a message "Enter Parameter Value"
for that value, and if I just run the report, it leaves it blank. I can't
find a KB article on this.


Place an equal sign in form of it:

=[Forms]![CalendarCreation]![dateinfo]
 

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