I am trying to use a If then statement to make sure that a field is not null based on a combo box value. Thanks Scott!
__________________________________________________________
If Me.cboStatus = "Complete" Then
Me.txtDateComplete IS NOT NULL STATEMENT HERE???
Else
End If
__________________________________________________________
If Me.cboStatus = "Complete" Then
Me.txtDateComplete IS NOT NULL STATEMENT HERE???
Else
End If