I am trying to create an update query that will update Tbl B info with a field from Tbl A. Example:
Tbl A contains the following fields: Site Batch# Date
Tbl B contains the following fields: Site Date Batch Acct#
I want to update the batch field in Tbl B with the batch number in Table A. I want the field to update only those fields whose date and site match in both tables. Can someone help me with this?
Tbl A contains the following fields: Site Batch# Date
Tbl B contains the following fields: Site Date Batch Acct#
I want to update the batch field in Tbl B with the batch number in Table A. I want the field to update only those fields whose date and site match in both tables. Can someone help me with this?