In Access 2003 I need to display numbers like this while keeping the leading zeroes:
- 080000
- 090000
- 070000
What data type should I use for this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use a string (or text, or varchar, or whatever string variant your particular RDBMS uses) and pad it with whatever character you want (“0”) that you need.