So I am trying to create a very basic tasks database right now. After get the basics down it should get immensely more complex but will implement everything done in the basics. Right now, I am trying to find out how to change the primary key of the default "Contacts" table. It is currently set as ID number and I am trying to change it to Last Name. As of right now there are no duplicate last names so I don't see why it is giving me problems.
When I try to change it I get the following error:
You can't change the primary key. this table is the primary table in one or more relationships. If you want to change or remove the primary key, first delete the relationship in the Relationships window.
I've been trying to locate the relationships window (obviously i've googled for help) but still can't find out how to remedy this error.
When I try to change it I get the following error:
You can't change the primary key. this table is the primary table in one or more relationships. If you want to change or remove the primary key, first delete the relationship in the Relationships window.
I've been trying to locate the relationships window (obviously i've googled for help) but still can't find out how to remedy this error.