Hi all,
I have a table that i want to copy a chunck of records and then come back in and adjust the ID number. i can copy and paste all the records i want but when i try to change the ID number i get the error
'Single-row update/delete affected more than one row of a linked table. Unique index contains duplicate values.'
the table in question is the the many part to a one-to-many table relationship so that table A (not the table in question) only has one ID number and table B (the table we're talking about) has many duplicates of the same ID number. I already have the ID number i want to use set up in Table A. so i'm lost
any help would be Great.
I have a table that i want to copy a chunck of records and then come back in and adjust the ID number. i can copy and paste all the records i want but when i try to change the ID number i get the error
'Single-row update/delete affected more than one row of a linked table. Unique index contains duplicate values.'
the table in question is the the many part to a one-to-many table relationship so that table A (not the table in question) only has one ID number and table B (the table we're talking about) has many duplicates of the same ID number. I already have the ID number i want to use set up in Table A. so i'm lost
any help would be Great.