Select records for printing

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

I have a report done with Crystal Reports where I print information from
three tables. The trouble is that I don't know how to select the records. I
also have to do the selection using three fields.

Thank you in advance.
 
Alberto,

The only way that I can think of to do this would be to bind to
DataViews which are filtered on the appropriate records, and re-render the
report for printing.

Hope this helps.
 
Back
Top