A
Alain
Hi,
I would like to know on how to hide a subform that is nested on subform
that is nested on a main form based on a value of a checkbox.
I have tried many combination of the following line of code but bo success.
My sub-subform is still visible
If Surplus Then
Forms!frmOwnedProperties.frmPropCosts.Form.frmPropSales.Form.Visible =
True
End If
TIA
I would like to know on how to hide a subform that is nested on subform
that is nested on a main form based on a value of a checkbox.
I have tried many combination of the following line of code but bo success.
My sub-subform is still visible
If Surplus Then
Forms!frmOwnedProperties.frmPropCosts.Form.frmPropSales.Form.Visible =
True
End If
TIA