I have created a label report of names, address of records that True value for field called MailThis(?).
After I print this label report I would update the boolean field called FinishPrint.
Which event do I put the code for the update?
I could create a message box after deactivating the report (just guessing) but I want to make sure that the report has actually been printed. This would probably check if the printer actually finished the print job.
Any ideas? Or is it too complicated that I should stay with the deactivate event message box?
After I print this label report I would update the boolean field called FinishPrint.
Which event do I put the code for the update?
I could create a message box after deactivating the report (just guessing) but I want to make sure that the report has actually been printed. This would probably check if the printer actually finished the print job.
Any ideas? Or is it too complicated that I should stay with the deactivate event message box?