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

ios - Form Sheet content disappearing -

MySql variables and php -

php - Laravel - Overriding a resource route into a different route filter group -