L
Lee T.
I am using InStr to validate what the user typed into a
particular field. Works okay but in the MSGBOX instead of
what I put in for the Prompt, I get FALSE. Here is what I
am using...
If InStr(1, [FNo], "-") = 0 Then
MsgBox Prompt = "Please enter - in your input",
vbokay, "Please Try Again!"
How can I override the FALSE prompt and put it what I want.
tia
LT
particular field. Works okay but in the MSGBOX instead of
what I put in for the Prompt, I get FALSE. Here is what I
am using...
If InStr(1, [FNo], "-") = 0 Then
MsgBox Prompt = "Please enter - in your input",
vbokay, "Please Try Again!"
How can I override the FALSE prompt and put it what I want.
tia
LT