Hi
I've been looking on the forum to try and find my answer but am struggling to find anything!
I have a combo box which I am validating by using IsNull. This works fine untill someone fills the combo box and then decides to delete it leaving the combo box empty again. My IsNull then does not work. Have tried putting in "" too but this does not seem to work either
Below is my example
If IsNull(Me.cboInt) Or [cboInt] = "" Then
MsgBox "You need to choose an interviewer first!", vbCritical
Me.cboInt.SetFocus
End If
I know this must be simple! Can anyone point me in the right direction please?
I've been looking on the forum to try and find my answer but am struggling to find anything!
I have a combo box which I am validating by using IsNull. This works fine untill someone fills the combo box and then decides to delete it leaving the combo box empty again. My IsNull then does not work. Have tried putting in "" too but this does not seem to work either
Below is my example
If IsNull(Me.cboInt) Or [cboInt] = "" Then
MsgBox "You need to choose an interviewer first!", vbCritical
Me.cboInt.SetFocus
End If
I know this must be simple! Can anyone point me in the right direction please?