> Hi,
> Have a table designed as follows
[quoted text clipped - 18 lines]
>
> Thanks
UPDATE TableName
SET equip1 = IIf(equip1 = "Tennessee", "TN", equip1),
equip2 = IIf(equip2 = "Tennessee", "TN", equip2),
equip3 = IIf(equip3 = "Tennessee", "TN", equip3),
equip4 = IIf(equip4 = "Tennessee", "TN", equip4),
etc..
Essentially you are upating all of the fields all of the time, but when they
are not equal to "Tennessee" then you are setting them equal to themselves.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com