Mar 26, 2002 #1 BROWNIE56 Programmer Dec 28, 2000 31 US I need to be able to display an account number that will always disply "zero's" before the account number, up to six digits. Example: 000056 001112 023433 000001 Thank you, Sharon
I need to be able to display an account number that will always disply "zero's" before the account number, up to six digits. Example: 000056 001112 023433 000001 Thank you, Sharon
Mar 26, 2002 #2 Ngolem Programmer Aug 23, 2001 2,724 CA try this Totext({table.AccountNum}),"000000" that should work...please note that this format does not round numbers...rather it truncates them Hope this helps Jim Upvote 0 Downvote
try this Totext({table.AccountNum}),"000000" that should work...please note that this format does not round numbers...rather it truncates them Hope this helps Jim