C
Clay
I have a table called tblOffender. Data is deleted and
re-imported to this table frequently. One of the fields
is called CrimeType. The CrimeType field contains either
Violent, Drug, Sex, Other, or Property.
Recently, we have decided to "re-classify". I need to
create an Update Query that will look in the CrimeType
field and find all of the data that is "Sex" and change
the data from Sex to "Violent".
How can I do this?
re-imported to this table frequently. One of the fields
is called CrimeType. The CrimeType field contains either
Violent, Drug, Sex, Other, or Property.
Recently, we have decided to "re-classify". I need to
create an Update Query that will look in the CrimeType
field and find all of the data that is "Sex" and change
the data from Sex to "Violent".
How can I do this?