I have a job that updates a particular table. The target table has two types of records (lets say Record A and Record

. I want my job to run and update those records in target table where recordtype field in target table is “A” (or “B”).
Is there a way for me to specify to update records in target table where X field in target table equals “A”?
Ian