RIGHT JOIN Update Query will NOT append new records.
I thought by doing a right join update query, this would update any records currently in my table, and also append any new records.
I keep getting
1 record failed due to key violation.
(I only added one new record to test the append)
what am I missing?
TIA
I thought by doing a right join update query, this would update any records currently in my table, and also append any new records.
I keep getting
1 record failed due to key violation.
(I only added one new record to test the append)
what am I missing?
TIA