Hey,
I've got to validate a value in access, which I am doing in VB.

Basically I'm doing something Like this

Code:
If LeftP = "A" or "B" or "C" .....etc then
Some values like 0 and I will not be accepted since they are not allowed ( Car registation Number ) .

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.