I
Igor G.
Why this code can't response empty textbox?
I also try with ""
Thanks!
Private Sub Command1_Click()
If [Text10] = Empty Then
MsgBox "Please enter value!", vbExclamation, "ERROR"
Else
DoCmd.OpenForm "My Form"
End If
End Sub
I also try with ""
Thanks!
Private Sub Command1_Click()
If [Text10] = Empty Then
MsgBox "Please enter value!", vbExclamation, "ERROR"
Else
DoCmd.OpenForm "My Form"
End If
End Sub