Help setting up reports

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

Guest

I have a data sheet template for electric motors that has about 20 fields.
All of the information regarding the motor is stored in a single table. I
need to setup a form/report so I can select multiple line items in the table
and print the datasheets for those items. ie I want to be able to select say
10 motors and click print and the 10 datasheets will print off.

Any suggestions or places that I could look or read a few articles?

Thanks.
 
You can create an unbound form with a multi-select list box where the user
can select the records and click a button to print them.

Details on how to program that button:
Use a multi-select list box to filter a report
at:
http://allenbrowne.com/ser-50.html
 
Back
Top