Hey,
I've got to validate a value in access, which I am doing in VB.
Basically I'm doing something Like this
Some values like 0 and I will not be accepted since they are not allowed ( Car registation Number ) .Code:If LeftP = "A" or "B" or "C" .....etc then
Anyway is there anyway to make Vb check more than one character in a If statement. Because I know how to do a simple
If Leftp= "A" then ...
Hope you understand.




Reply With Quote