Hi,
I have a report that gets data from a sql stored procedure.
There are two fields in the underlying table that I need updated when the report gets printed. One is "Printed" (int) the other "Duplicate" (int).
So, when this report gets printed for the first time, the field PRINTED changes from 0 to 1. The next time it's printed, the field duplicate changes from 0 to 1.
I need this because I need to show on the report "DUPLICATE" if this report has already been printed. Not sure how to do this.
Thanks in advance!
TN
I have a report that gets data from a sql stored procedure.
There are two fields in the underlying table that I need updated when the report gets printed. One is "Printed" (int) the other "Duplicate" (int).
So, when this report gets printed for the first time, the field PRINTED changes from 0 to 1. The next time it's printed, the field duplicate changes from 0 to 1.
I need this because I need to show on the report "DUPLICATE" if this report has already been printed. Not sure how to do this.
Thanks in advance!
TN