Re: If Statement Updated
Hi there,
I tried this but now it's selecting New Hire Belt for everybody.
Also FYI, Tenure is not displayed on the form
Option Compare Database
Private Sub Combo12_AfterUpdate()
Me.Competency = Null
Me.Behaviour = Null
Me.Competency.Requery
End Sub
Private Sub...