ms access - What is the appropriate data type to use for storing numbers with leading zeroes? -
In Access 2003, I need to display numbers in such a way as to keep the leading zero:
- 070000
What data types should I use for this?
of a string (or text, or varchar, or whatever your RDBMS uses) Use and pad the character you want ("0") that you need.
Comments
Post a Comment