View Full Version : decimal problem


Stefanw
01-17-2007, 03:31 AM
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
01-17-2007, 03:48 AM
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.

Stefanw
01-17-2007, 03:57 AM
thanks a lot