S Stefanw Registered User. Local time Today, 21:39 Joined Jan 15, 2007 Messages 20 Jan 17, 2007 #1 Hi guys, just a short question, I want my autonum. to be in 3 decimals: 001 002 003 004 etc. Someone has a suggestion?? Thanks a lot. Stefan
Hi guys, just a short question, I want my autonum. to be in 3 decimals: 001 002 003 004 etc. Someone has a suggestion?? Thanks a lot. Stefan
neileg AWF VIP Local time Today, 20:39 Joined Dec 4, 2002 Messages 5,975 Jan 17, 2007 #2 Point 1: If the field has a meaning to users, autonumbers should not be used. You can't guarantee there won't be gaps in the sequence. Point 2: If you insist on using autonumbers, you just need to use Format to display them how you want.
Point 1: If the field has a meaning to users, autonumbers should not be used. You can't guarantee there won't be gaps in the sequence. Point 2: If you insist on using autonumbers, you just need to use Format to display them how you want.
S Stefanw Registered User. Local time Today, 21:39 Joined Jan 15, 2007 Messages 20 Jan 17, 2007 #3 thanks a lot