I'm used to using the Autonumber feature as the primary key field type in a table. However, I just read that the AutoNumber type should not be used if you want referential integrity.
If I go with a text or numeric type for my PK, won't I have to manually increment my PK for each data record?
Thanks
If I go with a text or numeric type for my PK, won't I have to manually increment my PK for each data record?
Thanks