Im having a problem, its been sort of bugging me out.
If a user does not enter a value in a textbox on a form, I want to display a erroe message. A sort of validation.
I have tried loads of thing, one is:-
If stockpricet.val ue = " " Then
MsgBox "Value not entered"
End If
can any body help?
Pritul
If a user does not enter a value in a textbox on a form, I want to display a erroe message. A sort of validation.
I have tried loads of thing, one is:-
If stockpricet.val ue = " " Then
MsgBox "Value not entered"
End If
can any body help?
Pritul
Comment