More than one AutoNumber field?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to have more than one AutoNumber field that are both Long
Integer?

I know Access balks at it when I try - but I was hoping there was a setting
or something that I could just turn off to make it work?

Thanks in advance..

email me at (e-mail address removed) or reply here.. thanks!

-Chris
 
No can do. You could use a form's event procedures to sequence a long
integer field, however.
 
The real question is WHY you need 2 AutoNumber Fields in 1 Table???

The only purpose of AutoNumber Field is to provide *uniqueness* to each
Record in the Table and ONE AtoNumber Field is enough!
 
Good catch, Van. I, too, wondered what business need drives the attempt to
solve it with two Autonumbers in the same table.

I would point out that the original poster offers a "how", and we're asking
a "what", as in "what are you trying to accomplish?"

Regards

Jeff Boyce
<Access MVP>
 

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

Back
Top