I have a database that tracks work orders. There are 5 different types of work orders, each displayed on a separate form. For example, for a Radar work order there is frmRadar form, for a Video work order there is frmVideo form, etc.
There is an additional form that shows a listing of all work orders in the database (frmListing). In the frmListing form the user can select a combination of different criteria (work order type, client, data range, etc.) to narrow the recordset.
I am trying to create a button that will "batch" print all the forms from the selection. For example, if in frmListing I want to print all forms dealing with client "X" and client "X" has 2 Radar work orders and 4 Video work orders, how do I print only those 6 work orders?
Any help would be greatly appreciated. Thanks!!!
There is an additional form that shows a listing of all work orders in the database (frmListing). In the frmListing form the user can select a combination of different criteria (work order type, client, data range, etc.) to narrow the recordset.
I am trying to create a button that will "batch" print all the forms from the selection. For example, if in frmListing I want to print all forms dealing with client "X" and client "X" has 2 Radar work orders and 4 Video work orders, how do I print only those 6 work orders?
Any help would be greatly appreciated. Thanks!!!