Search results

  1. K

    Issue with IF statements

    Ahhhh! Thank you! That was a dumb mistake! I've been seriously messing with this for hours. I did have to change the code around a little - posting it in case anyone else needs it: If Me.txt_status.Value = "CLOSED" And IsNull(Combo88) = True Then MsgBox "Closed By Field is Required."...
  2. K

    Issue with IF statements

    Hi, I think I'm going insane. I have been messing with this code since early this morning and I cannot figure out why it doesn't work. Private Sub Close_Click() If Me.txt_status.Value = "CLOSED" & Len(Me!Combo88 & vbNullString) = Null Then MsgBox "Closed By Field is...
Back
Top Bottom