autonumer (1 Viewer)

louiserome

Registered User.
Local time
Today, 16:49
Joined
May 22, 2001
Messages
14
is there a way to preset the autonumber to have numbers that look like 0001, 0002, 0003 and to use up the zeros as they increase??
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 11:49
Joined
Feb 19, 2002
Messages
43,371
You can use the Format() function or the format property of a control to show leading zeros in a number.

Format(YourField,"0000")
 

Users who are viewing this thread

Top Bottom