Append with no duplicate (with out Primary Key)

sbaud2003

Member
Local time
Today, 19:28
Joined
Apr 5, 2020
Messages
184
Is there any method to fire a Append query that will append duplicates
 
Please provide more detail re duplicates.
Every table in a relational database should have a primary key.
 
Is there any method to fire a Append query that will append duplicates

There is a discrepancy between your thread title and the question you provide. They say the opposite. Assuming your title is correct:-

If you apply a unique index to the field or set of Fields that you do not want duplicated that will prevent duplicates being added...
 

Users who are viewing this thread

Back
Top Bottom