Hi I had in form with box list and some subforum
When I open forum showing few values in box list and opposite subform.
I want hide subform when open form and box list is unselected after select value in box list subform should be visible.
I try use event in form (with open)
If IsNull(Me.List49) Then
Me.vacancy_sub.Visible = False
Else
Me.vacancy_sub.Visible = True
End If
But not working... please help me
When I open forum showing few values in box list and opposite subform.
I want hide subform when open form and box list is unselected after select value in box list subform should be visible.
I try use event in form (with open)
If IsNull(Me.List49) Then
Me.vacancy_sub.Visible = False
Else
Me.vacancy_sub.Visible = True
End If
But not working... please help me