INeedAccessHelp
MIS
I am currently trying to update a certain field in Table1 with the data in the same field of a matching record (based on primary fields) in Table2 IF that field in Table1 is empty or begins with 9. I thought I had it, but the query is updating the specified field in ALL of the records not just the matching record. I have the two tables linked using Option #2 in the Join Properties. Here is what I have entered in the Update To cell of the query grid under the "MSA Brand Code" field:
IIf([tblUnclassifiedItems]![MSA Brand Code] Is Null Or [tblUnclassifiedItems]![MSA Brand Code] Like '9*',[tblInvalids-Resolved]![MSA Brand Code],[tblUnclassifiedItems]![MSA Brand Code])
Any help would be greatly appreciated.
Thanks
Rob
IIf([tblUnclassifiedItems]![MSA Brand Code] Is Null Or [tblUnclassifiedItems]![MSA Brand Code] Like '9*',[tblInvalids-Resolved]![MSA Brand Code],[tblUnclassifiedItems]![MSA Brand Code])
Any help would be greatly appreciated.
Thanks
Rob