buddythebest
Registered User.
- Local time
- Today, 10:04
- Joined
- Mar 31, 2006
- Messages
- 32
I want a customer ID field which only allows initials (3 letters) or admission number (4 numbers) and do not allow a mixture of letters and numbers. What input mask or validation rul do i use for this.
i tried: (validation rule) Like "???" Or "0000" but of course it didnt work, as the ??? represents ANY three characters (text or numbers) and "0000" is only used in input mask to represent numbers.
i also tried the input mask: "LLL" or "0000" but it also doesnt work because it takes "or" as one of the field data.
please offer your help if you can,
thank you
i tried: (validation rule) Like "???" Or "0000" but of course it didnt work, as the ??? represents ANY three characters (text or numbers) and "0000" is only used in input mask to represent numbers.
i also tried the input mask: "LLL" or "0000" but it also doesnt work because it takes "or" as one of the field data.
please offer your help if you can,
thank you