Hi there,
I have a form, with a subform:
Main: document_log
Sub Form: sign_off
My main form has a tick box (boolean) yes/no.
My Subform has various records, and each record has a sign off tick box(boolean) yes/no.
What i would liek to happen is the following:
If i all the records within my sub form have their tick boxes as ticked (boolean = 1) then the main tick box within the main form is ticked as yes.
Also, vice versa if possible, so that if they tick the main tick box on the main form, all the records in my subform have their tick box's ticked (boolean = 1).
many thanks,
Neil
I have a form, with a subform:
Main: document_log
Sub Form: sign_off
My main form has a tick box (boolean) yes/no.
My Subform has various records, and each record has a sign off tick box(boolean) yes/no.
What i would liek to happen is the following:
If i all the records within my sub form have their tick boxes as ticked (boolean = 1) then the main tick box within the main form is ticked as yes.
Also, vice versa if possible, so that if they tick the main tick box on the main form, all the records in my subform have their tick box's ticked (boolean = 1).
many thanks,
Neil