Issue: I have 3 fields which all together make up the primary key
Lets say I have fields: [A] [C] & [D]
fields AB&C make up the primary key. Now, I wish to update the data in field [D] and this record already exist.
Is there a way and if so, how would I only update the data that has only changed. leaving the primary keys intact.
I realize that I could probably remove the primary key from [A] & [C] to allow these keys to accept duplicates but I can't have duplicates because [A] is Month, is Year, & [C] is [Unit_ID_Code].
If I have Month, Year & UIC already stored and the Company identified by UIC was wants to simply change the data in field [D] for a specific Month & Year.
How can I accomplish this.

Lets say I have fields: [A] [C] & [D]
fields AB&C make up the primary key. Now, I wish to update the data in field [D] and this record already exist.
Is there a way and if so, how would I only update the data that has only changed. leaving the primary keys intact.
I realize that I could probably remove the primary key from [A] & [C] to allow these keys to accept duplicates but I can't have duplicates because [A] is Month, is Year, & [C] is [Unit_ID_Code].
If I have Month, Year & UIC already stored and the Company identified by UIC was wants to simply change the data in field [D] for a specific Month & Year.
How can I accomplish this.