R
RichardCP
I need to create an ID number for each of our customers. Information
relating to them is spread across 6 tables. However, If I set the ID number
as a primary key the database will not allow me to use the same number in the
other tables. But I need to do this so that all tables are linked to one ID
number and one customer. Is there a way to do this?
relating to them is spread across 6 tables. However, If I set the ID number
as a primary key the database will not allow me to use the same number in the
other tables. But I need to do this so that all tables are linked to one ID
number and one customer. Is there a way to do this?