HenryAnthony
Technical User
Hi,
I have a list of strings that I need to update to to different values if they meet certain conditions and need a jump start to get my brain around this. For instance:
If field 1 = scarlet then field 2 = red
If field 1 = red then field 2 = red
If field 1 = turquois then field 2 = green
If field 1 = green then field 2 = green
and so on with about 120 different pairings.
I know this should be done using Select Case in an Update Query but can't quite get thing working. Any help is greatly appreciated. Thanks in advance.
Best regards,
Henr¥
I have a list of strings that I need to update to to different values if they meet certain conditions and need a jump start to get my brain around this. For instance:
If field 1 = scarlet then field 2 = red
If field 1 = red then field 2 = red
If field 1 = turquois then field 2 = green
If field 1 = green then field 2 = green
and so on with about 120 different pairings.
I know this should be done using Select Case in an Update Query but can't quite get thing working. Any help is greatly appreciated. Thanks in advance.
Best regards,
Henr¥