Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Zero Fill values in Access

Status
Not open for further replies.

DSaba10

Programmer
Nov 15, 2007
35
US
This is probably a pretty noob like question, but I have a field with numbers that need to be zero filled to be exactly 10 digits... any ideas?

Thanks!

-Doug
 
You will have to store it as a string. Then something like strVariable = Format(strVariable, "0000000000")?

"Artificial Intelligence is no match for Natural Stupidity"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top