Formatting Autonumber

gpbuckley

Gerry
Local time
Today, 15:44
Joined
Apr 8, 2010
Messages
16
Hello: I have a form designed that needs a distinct number for each record entered. I am using autonumber but need to set it in 7 numeric digit form (eg 0000001, 0000002, 0000003 etc). Can anybody help? Many thanks.
 
Format properties for this field put 0000000 (in the table and in the form).
 
but please understand what you are getting with an autonumber. it is not guaranteed to be no more than 7 digits, and is certainly not guaranteed to run in sequence,
 

Users who are viewing this thread

Back
Top Bottom