I have an Assignments Table (tblAssignment) that I need to have incremental numbering on a field so that each record has a unique number. However the numbering is alpha-numeric:
YYYY-xxx-0000
where YYYY = the current year (4-digits);
and xxx is 3-alpha-characters limited to a...
I need to restrict input in to a telephone field. I want to allow only the entry of an "8" as the first number in the input mask "(000) 000-0000". How do I make the first number only allow an "8"?
How do I make number fields (autonumber and/or number) display the leading zeroes, such as 0007?
Also, How to default date fields to show leading zeroes, such as 06/02/02?
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.