Printing my report

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

Guest

I have a form that sets the filter for my report and when you click on the
preview report button the report comes up but when i hit print, it just
prints the form, even if i close the form (BTW this form is displayed on the
report too).

Anyone know how to get it to print the whole report and not just the 1 form?

Thanks
 
First, what do you mean, "this form is displayed on the report too"? How do
you display a form on a report?

Secondly, you state that your button opens the report and sets the filter.
Well, if you have a filtered report open, then that is what will print. If
you want to print it without any filtering, then open the report by itself
or build another button that does not apply a filter.
 
The displaying of the form on the report is a long story but it is needed
there and I found out what was going on.
When the report opened I would click on the print preview button on the
toolbar and since the form was still open it would preview/print the form,
but if I right clicked on the report when it opened and went to print, it
works fine =)

Thanks for the responce.
 
Back
Top