hello Tipsters
I have a main form that has a subform...in that subform there is a checkbox whereby the user will click and turn the checkbox to yes or true.. this subform is attached to a report that will only print those items that has a checkbox ..checked off. I want to have the checkbox unchecked after the report is printed. thus resetting the subform for the next set of instructions. If you manually uncheck the box...thats fine. but some users forget to uncheck the box even after printing the report.
the main form is called: "unit"
the subform is called: "SubParts"
the checkbox (on the subform) is called: "Print Order"
what I'm trying to do is either create a command button that will uncheck all records that have a checkbox equal to true or when the user prints his report that is based on the checkbox being true that the checkbox becomes false.
Is this possible
Thank you
JZ
Testkitt2
I have a main form that has a subform...in that subform there is a checkbox whereby the user will click and turn the checkbox to yes or true.. this subform is attached to a report that will only print those items that has a checkbox ..checked off. I want to have the checkbox unchecked after the report is printed. thus resetting the subform for the next set of instructions. If you manually uncheck the box...thats fine. but some users forget to uncheck the box even after printing the report.
the main form is called: "unit"
the subform is called: "SubParts"
the checkbox (on the subform) is called: "Print Order"
what I'm trying to do is either create a command button that will uncheck all records that have a checkbox equal to true or when the user prints his report that is based on the checkbox being true that the checkbox becomes false.
Is this possible
Thank you
JZ
Testkitt2