G
Guest
I have 2 parameters, which one does not allow Null Entry - "Month" and the
otherone is NRIC No. which can allow null entry. Just can't figure out why
it's not successful.
Below is my code
Private Sub cmdOk_Click()
If IsNull(Month) Or (NRICNo) Or (NRICNo) Is Null Then
MsgBox "You must enter the month."
Exit Sub
End If
otherone is NRIC No. which can allow null entry. Just can't figure out why
it's not successful.
Below is my code
Private Sub cmdOk_Click()
If IsNull(Month) Or (NRICNo) Or (NRICNo) Is Null Then
MsgBox "You must enter the month."
Exit Sub
End If