Form to select records to print

  • Thread starter Thread starter Steve B
  • Start date Start date
S

Steve B

Hi!

I want to be able to present the user with a list of
current production orders so that the user can check which
production orders to print. Once the selections are made,
a sub routine would run until all the checked production
orders are printed.

It would be nice to allow the user to uncheck a selected
order while the list is being printed in case it was
checked in error.

I at a total loss on how to approach this. Any ideas would
be MUCH appreciated.

Thanks!
Steve
remove z's from address to reply via email
 
Add a checkbox to the table for selecting records to print.
Display this check box on the form. Create report
selecting only records that are checked(criteria = Yes).
Make sure that you set up a query that will uncheck the
boxes either with a cammand button or on exiting the form
after the report is printed or viewed.

Jim
 
Back
Top