D
Dennis
Hi,
I need to run a report once a month. When I run that report, I select all
unprinted record / row and print them on the report. When I print the record
/ row I want to date stamp the row with the Report's print month (Jan-2009,
Feb-2009, etc).
This will do two things for me. One, this field will flag that the row has
been printed. And two, I can recreate any prior month report by select all
rows with that month's "print month".
I know I can run a Update Query before the report is run, but then I don't
know for a fact the that record was printed. I just know that the query was
run.
I know that I have to update the current row, but I don't know how to code
that. I'm assuming that I would put it on the Detail section's On Print
event.
Thank you for your assistance.
I need to run a report once a month. When I run that report, I select all
unprinted record / row and print them on the report. When I print the record
/ row I want to date stamp the row with the Report's print month (Jan-2009,
Feb-2009, etc).
This will do two things for me. One, this field will flag that the row has
been printed. And two, I can recreate any prior month report by select all
rows with that month's "print month".
I know I can run a Update Query before the report is run, but then I don't
know for a fact the that record was printed. I just know that the query was
run.
I know that I have to update the current row, but I don't know how to code
that. I'm assuming that I would put it on the Detail section's On Print
event.
Thank you for your assistance.