J
Josh
I'm trying to print Purchase Orders as a 'batch'. The report is based on a
query which looks to yes/no fields: [ClosedOut] =yes & [Printed] =no.
First question, reference page/report headers. I can't have the CompanyName,
logo, etc on the report header, because then it only prints once on multiple
PO's. I can have it on page header, which works fine - except, it takes up a lot
of room, and would rather not repeat it for later pages of the same PO. Not a
big worry, I can do that if necessary, just wondering if I'm missing something
obvious.
Second question, reference updating the [Printed] from No to Yes after the
print job. I can have an update query that will update, but I want to have some
sort of msgbox probably that will ask 'did it print ok, are you ready to update
now?". But when I tried that, it did the update even while the msgbox was
active.
Also, I'd like to do the update in code rather than an update query, but I could
never get it to work, I could get code working using text or numbers, but not a
yes/no field. Of course, I've deleted that form now, so can't show code.
I'm unsure on something else, this is being printed as a batch because its being
printed to a remote printer. Maybe I need another field, some shortened version
of: [HaveYouVisuallyCheckedPrintJobsAndTheyAreAllOK] ....since I won't
necessarily know if they printed ok, until I visually inspect them. ???
Any help is appreciated, Josh
query which looks to yes/no fields: [ClosedOut] =yes & [Printed] =no.
First question, reference page/report headers. I can't have the CompanyName,
logo, etc on the report header, because then it only prints once on multiple
PO's. I can have it on page header, which works fine - except, it takes up a lot
of room, and would rather not repeat it for later pages of the same PO. Not a
big worry, I can do that if necessary, just wondering if I'm missing something
obvious.
Second question, reference updating the [Printed] from No to Yes after the
print job. I can have an update query that will update, but I want to have some
sort of msgbox probably that will ask 'did it print ok, are you ready to update
now?". But when I tried that, it did the update even while the msgbox was
active.
Also, I'd like to do the update in code rather than an update query, but I could
never get it to work, I could get code working using text or numbers, but not a
yes/no field. Of course, I've deleted that form now, so can't show code.
I'm unsure on something else, this is being printed as a batch because its being
printed to a remote printer. Maybe I need another field, some shortened version
of: [HaveYouVisuallyCheckedPrintJobsAndTheyAreAllOK] ....since I won't
necessarily know if they printed ok, until I visually inspect them. ???
Any help is appreciated, Josh