Printing records based on report output

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

Guest

I have created a report which lists the hire id of plant that is to be
invoiced during a set perior of time. However to print these individual
records out, I have to go into the plant details form, search for the record
using hire id and then press print.

Is there a way that this can be done automatically from my initial report.
 
you can use a combination of Select Query and Filter property to
dynamically define the report's dataset.
 
Back
Top