I've got Access 97!
The code I posted earlier still didn't work!!
But I had a think and tried this code instead
If IsNull(Me.cboInt) Or (Me.cboInt.[Column](1)) = "" Then
MsgBox "You need to choose an interviewer first!", vbCritical
Me.cboInt.SetFocus
End If
Leading me to think that it was...