Hi all
I am having some trouble with an append query and would appreciate any help.
I have 3 tables for potential customers
Potentials (PK)
Calls
Appointments
All tables have a ContactID field (autonumber) and they are all linked through this.
And 3 tables for existing customers
Existing (PK)
Calls
Appointments
All tables have a ContactID field (autonumber) and they are all linked through this.
What I am trying to do is create an append query that copies all data from the 3 tables for potential customers (for a specific record) to the 3 tables for existing customers.
I can copy over the data from the Potentials table to the Exisitng table (as a new row) but my problem is, as the Existing table already has clients listed, I am not sure if I can copy over the data from the other 2 tables as they are linked by the ContactID, I would need to include this field and that would create duplicate entries in the primary key.
I hope this makes sense and any help is appreciated x
Thanks
I am having some trouble with an append query and would appreciate any help.
I have 3 tables for potential customers
Potentials (PK)
Calls
Appointments
All tables have a ContactID field (autonumber) and they are all linked through this.
And 3 tables for existing customers
Existing (PK)
Calls
Appointments
All tables have a ContactID field (autonumber) and they are all linked through this.
What I am trying to do is create an append query that copies all data from the 3 tables for potential customers (for a specific record) to the 3 tables for existing customers.
I can copy over the data from the Potentials table to the Exisitng table (as a new row) but my problem is, as the Existing table already has clients listed, I am not sure if I can copy over the data from the other 2 tables as they are linked by the ContactID, I would need to include this field and that would create duplicate entries in the primary key.
I hope this makes sense and any help is appreciated x
Thanks