Hi, I had originally created a database with PK of XX000 where X is letter and 0 is numeric. The XX was the first two letters of the person's last name.
This is how one book on DB design I read suggested.
I have since come to understand from folks on this site that this is a difficult way of doing it. I would like to change the PK to autonumber.
I have a handful of other tables already linked to this ID. How can I do this smoothly?
I know I must delete all relationships and then recreate them after I change the PK.
Thoughts?
Thanks!
This is how one book on DB design I read suggested.
I have since come to understand from folks on this site that this is a difficult way of doing it. I would like to change the PK to autonumber.
I have a handful of other tables already linked to this ID. How can I do this smoothly?
I know I must delete all relationships and then recreate them after I change the PK.
Thoughts?
Thanks!