S
SStory
There is something that I've wondered about for a while. I wonder if others
handle things similar to me or if I am missing something.
In designing various databases, I have come to use and autonumber for the
primary key for the majority of them because users tend to need to change
them if it is something useful like SSN or whatever, and this is a problem
due to other tables using as a foreign key, etc.
I know there is cascading updates and deletes in access, but just wondering,
Am I right to just use autonumbering for primary keys and store these
would-be primary keys in a non key field to avoid the issue?
Thanks for your input.
Shane
handle things similar to me or if I am missing something.
In designing various databases, I have come to use and autonumber for the
primary key for the majority of them because users tend to need to change
them if it is something useful like SSN or whatever, and this is a problem
due to other tables using as a foreign key, etc.
I know there is cascading updates and deletes in access, but just wondering,
Am I right to just use autonumbering for primary keys and store these
would-be primary keys in a non key field to avoid the issue?
Thanks for your input.
Shane