Been trying the Search tool. Great posts there but cannot adjust it to fulfill my need.
Table: MyTable
Keys: Key1, Key2
Additional Condition Keys : Con1, Con2
Field to update: StatusKey
I want to UPDATE StatusKey to 'X', where Keys plus Con1 plus Con2 cannot be duplicate. Something like:
TIA,
mansii
Table: MyTable
Keys: Key1, Key2
Additional Condition Keys : Con1, Con2
Field to update: StatusKey
I want to UPDATE StatusKey to 'X', where Keys plus Con1 plus Con2 cannot be duplicate. Something like:
Code:
Key1 Key2 Con1 Con2 StatusKey
---- ---- ---- ---- ---------
A01 101 1 C
A01 101 1 C
A01 101 C
A01 102 1 X
A01 102 1 X
A01 102 1 C
TIA,
mansii