J Joe Frank Dec 17, 2005 #1 Is there an expression similar to Like "######" that will check for six letters?
M Marshall Barton Dec 17, 2005 #2 Joe said: Is there an expression similar to Like "######" that will check for six letters? Click to expand... Sure: [a-z][a-z][a-z][a-z][a-z][a-z]
Joe said: Is there an expression similar to Like "######" that will check for six letters? Click to expand... Sure: [a-z][a-z][a-z][a-z][a-z][a-z]
V Van T. Dinh Dec 18, 2005 #3 I assume you are talking about InputMask? If so, use: LLLLLL Check Access Help topic "Input Mask Syntax and Examples.
I assume you are talking about InputMask? If so, use: LLLLLL Check Access Help topic "Input Mask Syntax and Examples.