Mar 26, 2002 #1 BROWNIE56 Programmer Joined Dec 28, 2000 Messages 31 Location 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 Joined Aug 23, 2001 Messages 2,724 Location 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