Hi,
I have 5 subforms and depending on selection of field [ReturnType] I need to show a subform....
I started with
Private Sub ReturnType_AfterUpdate()
'After Update of checkbox
'Check if Active checkbox is selected
'then show or hide subform
If Me.ReturnType = "Remittance" Then...