T
TA
Hello,
I created a query to delete a link table in MS Access2K to
SQL2K but I got an error.
Here is my query:
Delete * From dbo_temp1
Here is error:
"Single-row update/delete affected more than 1 row of a
link table. Unique index contains duplicates value"
I can not delete all record. How can I do it?
Best Regards,
TA
I created a query to delete a link table in MS Access2K to
SQL2K but I got an error.
Here is my query:
Delete * From dbo_temp1
Here is error:
"Single-row update/delete affected more than 1 row of a
link table. Unique index contains duplicates value"
I can not delete all record. How can I do it?
Best Regards,
TA