mykey myke!!
New member
I want to check if a field contains both a numeric value or a letter how do i do that....
I have
if isNumeric(passwd) =false Then
errormsg = errormsg & "Password must contain atleast one numeric charcter " & "<BR>"
end if
but then it doesnt except letters.
I have
if isNumeric(passwd) =false Then
errormsg = errormsg & "Password must contain atleast one numeric charcter " & "<BR>"
end if
but then it doesnt except letters.