C
Carlos
I want to populate a new field for all records in a table
based on the values in another field. How does one do
this in a single query when different values in the other
field should produce a different value in the new field?
e.g. If field "letter" has "A" update field number
to "1". If field "letter" has "B" update field "number"
to "2".
I know how to do it for one, but not for both in the same
query.
Thank you,
Carlos
based on the values in another field. How does one do
this in a single query when different values in the other
field should produce a different value in the new field?
e.g. If field "letter" has "A" update field number
to "1". If field "letter" has "B" update field "number"
to "2".
I know how to do it for one, but not for both in the same
query.
Thank you,
Carlos