S
steven
Please excuse my poor explanation in advance, I am a self taught Access user
with no programming background.
I am re-designing tables within my company's mailing list database.
Currently we have separate tables for tblDomestic_Contacts (with a one to
many relationship to Domestic_Notes), and tblInternational_Contacts (with a
one to many relationship to International_Notes). The Key field in each
table is via an autonumber field. There is no difference between
tblInternational_Contacts and tblDomestic_Contacts, except an additional
country field in the international table. Since this redundancy is poor
table design, I decided to combine the contact tables, and the notes tables.
But how can I do this? If I run an Append Query, there will be redundant
Primary Keys in the notes table (it looks like I got lucky with the Contact
databases, the primary key numbers are not redundant). Can someone please
advise?
with no programming background.
I am re-designing tables within my company's mailing list database.
Currently we have separate tables for tblDomestic_Contacts (with a one to
many relationship to Domestic_Notes), and tblInternational_Contacts (with a
one to many relationship to International_Notes). The Key field in each
table is via an autonumber field. There is no difference between
tblInternational_Contacts and tblDomestic_Contacts, except an additional
country field in the international table. Since this redundancy is poor
table design, I decided to combine the contact tables, and the notes tables.
But how can I do this? If I run an Append Query, there will be redundant
Primary Keys in the notes table (it looks like I got lucky with the Contact
databases, the primary key numbers are not redundant). Can someone please
advise?