G
Guest
I have an Inventory table and the fields I am dealing with are PartNo, Desc,
and ItemStatus. ItemStatus 1 = active and 2 = Discontinued. Running a
query for all parts with a Discontinued status is easy. The problem is I
need to add "xxx" to the front of the Description field for all Discontinued
parts (Item Status = 2). I don't do VB and was going to run an Update query
but just not sure how to do this. Any help would be appreciated. Thanks
and ItemStatus. ItemStatus 1 = active and 2 = Discontinued. Running a
query for all parts with a Discontinued status is easy. The problem is I
need to add "xxx" to the front of the Description field for all Discontinued
parts (Item Status = 2). I don't do VB and was going to run an Update query
but just not sure how to do this. Any help would be appreciated. Thanks