Auto# and Primary Key- what are the options?

C

Chris

I'm not sure what the problem you are having is.

You can create a new field, set it to be an AutoNumber,
and set it's Primary Key on. It's that simple.


Chris

-----Original Message-----
I'm not figuring out how to set field rules for ID fields
as autonumber, and also set them as Primary Keys. I've
read that it isn't allowed. So, is there a way to write a
field rule that will automatically increment the data in
an ID field (so that no one has to figure out an ID number
and make sure it is unique, or so that I don't have to set
up some elaborate numbering scheme to force a unique ID#
such as last4 of SSN+first 2 of entry date+ middle 3 of
street - or whatever)?
 
Top