Format, autonumbering

R

Ronald

If I wanted the computer to autonumber in a specific
format, how would I go about that.

For ex:

instead of 1 to 10000, I am thinking of autonumbering in a
00-000 style format... any advice would be appreciated
 
C

Cheryl Fischer

You cannot use an AutoNumber field if you want a primary key formatted as in
your example. You would need to create a text field and write the code
required to establish and write the appropriate values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top