colezpapa3
Programmer
I want to test the first character in a field if its one of the letters of the alphabet...I forgot how to do this...
If Left(field,1) = "A" Or Left(field,1) = "B" ...etc.
Without writing all the code...
If Left(field,1) = "A" Or Left(field,1) = "B" ...etc.
Without writing all the code...