Hello Everybody,<br>I want the 1st two characters in a field as digits, 3rd a blank space and from 4th ownwards any combination of letters or digits. Eg. (66 abcd)<br>How to do that?<br>Thanks<br>Charley
Enter this in the input mask field in design view for your table:<br><br>"00 CCCCCCCC"<br><br>This will allow you to enter up to eight characters after the space. Add or delete "C"s as needed. See the help entry for InputMask Property for more detail.<br><br>Hope this helps. Let me know if you need more.<br><br>Kathryn
or try this<br><br>00&AAAAAAA<br><br>0 = Digit 0 to 9 Required<br>& = Any character or space Required<br>A = Letter or Digit entry Required<br><br>Or<br><br>00Caaaaaaaa<br><br>Same as above except <br><br>C = optional<br>a = note lowercase optional<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.