pbuethe
Returning User
- Local time
- Today, 08:01
- Joined
- Apr 9, 2002
- Messages
- 210
I want to link a field in one table to a corresponding field in another, but some of the possible values do not match. I want to change these 3 values in the first table to match their corresponding values in the 2nd table. e.g.
if field1 = "A" change it to "B"
if field1 = "C" change it to "D"
if field1 = "E" change it to "F"
all other values of field1 are unchanged.
Is there any way to do this in a single query (Design or SQL view)?
Thanks for your help.
if field1 = "A" change it to "B"
if field1 = "C" change it to "D"
if field1 = "E" change it to "F"
all other values of field1 are unchanged.
Is there any way to do this in a single query (Design or SQL view)?
Thanks for your help.