Variables show in Print Preview but not when report prints

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that requests a startdate and enddate for the transactions to
be reported. In Print Preview, these two variables appear on the report
header, but disappear when the report actually prints. Any help would be
greatly appreciated.
 
I have a form that requests a startdate and enddate for the transactions to
be reported. In Print Preview, these two variables appear on the report
header, but disappear when the report actually prints. Any help would be
greatly appreciated.

What is the actual control source of the control that displays the
parameters in preview?
Exactly what do you get when you print the report?
In all likelihood, the form has been closed during preview but before
it has been sent to the printer.
Check your code.
 
Try increasing the resolution(Quality) setting for your printer driver. If
that fails then temporarily select a different printer driver(for examples
PDF or MS Office).
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top