I need to set a criteria for an update query from [Location] field in table1 to table2 so that it updates if:
[table2].[Location]="Lab" and [table1].[Location]="Lost"
Tables are joined in query.
Field:Location
Table: table1
Update to:[table2].[Location]
Criteria:
I can't seem to get the statement right to make this happen. Can someone help?
[table2].[Location]="Lab" and [table1].[Location]="Lost"
Tables are joined in query.
Field:Location
Table: table1
Update to:[table2].[Location]
Criteria:
I can't seem to get the statement right to make this happen. Can someone help?