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

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -