Hello,
I have an application that creates load tickets for loads of rock. The data entry form has 4 tabs to have 4 loads in queue. Based on the business, we either print inside the office on ticket paper (printer 1), inside the office on plain paper (printer 2), or in an outdoor printer inside a box on the scales (printer 3). I created a report for the outside version, with an assigned printer, and a report for each of the 2 inside versions with an assigned printer. This works great.....until.....we have issues with the outside printer due to being out in the weather. This forces us to rotate one of the inside printers outside. Then, to make everything work, I have to go into each report and update the specific printer each needs to go to (12 in total).
Is there a way instead of assigning a printer in the report, that I could use VB code to find the correct printer from a field on a hidden form? The form has 3 fields (Outside Printer, Inside Printer 1, Inside Printer 2). I could make changes to those 3 fields when we change equipment and quickly update where the reports need to be printed to.
Any thoughts from the group on using something like this? Would the printer info need to be stored as the assigned network name (example - NPI441173 (HP LaserJet M209dw), or the printer IP address)?