I have a Form with Sub Form and Sub Sub Form. I would like the Visible Property of the sub sub form to be conditional on a field on the main form.
QCInspect is a Yes/ No field on the main form. If QCInspect = yes, then Visible Property of Sub Sub Form = yes, otherwise Visible Property of Sub Sub Form = No.
Thanks in advance for the assist.