D
David Gottholm
I have a set of reports that I pass dynamic parameters to
based on user input to a report dialog form. I print
these parameters on the header of the report so the user
will know what they entered to filter the report.
On the report, I reference them via the Control Source -
e.g. Forms!DialogForm![DialogField] Everything works
well. When I preview the report, the passed parameters
show up on the report. However, when I then print the
same report, the parameters no longer show up. I just get
the #Name? where I had the valid report parameter values.
I know this is because it cannot reference them, but I am
unsure as to why since I could see them in the preview of
the report.
Any ideas or solutions so that I can have these values
printed on the report?
Thanks,
Dave
based on user input to a report dialog form. I print
these parameters on the header of the report so the user
will know what they entered to filter the report.
On the report, I reference them via the Control Source -
e.g. Forms!DialogForm![DialogField] Everything works
well. When I preview the report, the passed parameters
show up on the report. However, when I then print the
same report, the parameters no longer show up. I just get
the #Name? where I had the valid report parameter values.
I know this is because it cannot reference them, but I am
unsure as to why since I could see them in the preview of
the report.
Any ideas or solutions so that I can have these values
printed on the report?
Thanks,
Dave