I have two rows of data with a 3 field concatenated key, sometimes a situation arises where I must switch the first field in the key with another row:
Row 1 Key: ABC
Row 2 Key: DEF
After Switch:
Row 1 Key: DBC
Row 2 Key: AEF
Has someone had to do this before and if so how? Everything I try gives me violations on the PK or FK. Thanks in advance
RHNewfie There are 3 Types of People in the World
Those Born to Think Logically
Those that can Learn to Think Logically
Those that Shouldn't Try
Row 1 Key: ABC
Row 2 Key: DEF
After Switch:
Row 1 Key: DBC
Row 2 Key: AEF
Has someone had to do this before and if so how? Everything I try gives me violations on the PK or FK. Thanks in advance
RHNewfie There are 3 Types of People in the World
Those Born to Think Logically
Those that can Learn to Think Logically
Those that Shouldn't Try