G
GD
How would I go about coding something on my list below to be visible if there
was more than one criteria, i.e. the box is checked AND the $ amount of, say,
Text1 is less than $2000?
Private Sub Form_Current()
Combo206.Visible = Check195
Combo269.Visible = Check195
Text267.Visible = Check195
Label300.Visible = Check195Combo213.Visible = Check209
Text215.Visible = Check209
Text217.Visible = Check209
Label221.Visible = Check209
Combo219.Visible = Check209
End Sub
I appreciate your time and effort!
was more than one criteria, i.e. the box is checked AND the $ amount of, say,
Text1 is less than $2000?
Private Sub Form_Current()
Combo206.Visible = Check195
Combo269.Visible = Check195
Text267.Visible = Check195
Label300.Visible = Check195Combo213.Visible = Check209
Text215.Visible = Check209
Text217.Visible = Check209
Label221.Visible = Check209
Combo219.Visible = Check209
End Sub
I appreciate your time and effort!