J
James
I need to update multipe selected records to a new field in the same table
and wonder if it is possible via query window.
What I Have bee doing is
UPDATE tableA.[size01] = [size]
WHERE (((tableA) = 196));
what I need is to add 196,201,215 etc
they are not always in sequence and therefore cannot just say between 196
AND 215
Any tipe or suggestions would be most welcome
James
and wonder if it is possible via query window.
What I Have bee doing is
UPDATE tableA.[size01] = [size]
WHERE (((tableA) = 196));
what I need is to add 196,201,215 etc
they are not always in sequence and therefore cannot just say between 196
AND 215
Any tipe or suggestions would be most welcome
James