Typically your PK field is used to index entries, so that you can reference them in other tables. Using autonumber to ensure that it is always a unique number is the best way of doing this.
In you case, it looks like you want an additional record ID, that may sometimes be absent. In this case, I would think your best bet would be to have an Autonumber PK field, and then a secondary field that would contain you ID - you could set this one to required/not required and unique/not unique.
We would really need to understand why you need this ID field and how you intend to use it to provide a better answer.
Hope that helps,
Mike
Mike
EchoVue.com
|