S
Stephen @ ZennHAUS
I have a report that is opened from a form in Access 2003.
Two issues. The first is that whenever the report is opened, it opens in the
background rather than in the foreground. How do I force the report to open
in the foreground?
Second, on the form there are two unbound text boxes that serve as a date
range for the report. In a text box on the top of the report I use the
Forms!FormName!ControlName as part of a concatenated string to create the
text "Production Report from 01/02/2008 to 01/02/2009".
This works fine when generating the report, but when you then go to print
the report, it prints #Name instead of the text. I understand that this is
because the form requeries the data to ensure the printout includes any
updated records between generating and printing.
I had originally used Min(ReportDate) to Max(ReportDate), but now I am using
sub reports I can't seem to do that.
Cheers
Stephen @ ZennHAUS
Two issues. The first is that whenever the report is opened, it opens in the
background rather than in the foreground. How do I force the report to open
in the foreground?
Second, on the form there are two unbound text boxes that serve as a date
range for the report. In a text box on the top of the report I use the
Forms!FormName!ControlName as part of a concatenated string to create the
text "Production Report from 01/02/2008 to 01/02/2009".
This works fine when generating the report, but when you then go to print
the report, it prints #Name instead of the text. I understand that this is
because the form requeries the data to ensure the printout includes any
updated records between generating and printing.
I had originally used Min(ReportDate) to Max(ReportDate), but now I am using
sub reports I can't seem to do that.
Cheers
Stephen @ ZennHAUS