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

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -