Hi..
I have a subform which contains FOLIONO,NAME etc etc. Also I have the PRINT BUTTON to print the REPORT. My problem is when i want to print, i want to update the PRINTED field with same FOLIO NOS.
Example. If i had 2 same FOLIONO, it will update them Both not only one.
I have made this code in the PRINT BUTTON but only one FOLIONO is updating
[supplies subform].Form!Printed = "YES"
Any help pls.
Thanks
I have a subform which contains FOLIONO,NAME etc etc. Also I have the PRINT BUTTON to print the REPORT. My problem is when i want to print, i want to update the PRINTED field with same FOLIO NOS.
Example. If i had 2 same FOLIONO, it will update them Both not only one.
I have made this code in the PRINT BUTTON but only one FOLIONO is updating
[supplies subform].Form!Printed = "YES"
Any help pls.
Thanks
Last edited: