I need to update a field in a table named ClientContacts. The field needing updating is named CARef#. There is a second filed in named CCRef#. I have a table with contains only 2 fields they are CARef# and CCRef# named PopCARefField.
An example of the date in the PopCARefFiled table is
CARef# CCRef#
23261 1
23703 2
34174 3 etc.......
I know it is an update quesry, but am having a senior moment and cannot wrap my head around it.
The desired outcome is to update ClientContacts.CARef# field with the number in the PopCARefField.CARef# where the CCRef#'s in both tables match.
Any assistance is appreciated.
An example of the date in the PopCARefFiled table is
CARef# CCRef#
23261 1
23703 2
34174 3 etc.......
I know it is an update quesry, but am having a senior moment and cannot wrap my head around it.
The desired outcome is to update ClientContacts.CARef# field with the number in the PopCARefField.CARef# where the CCRef#'s in both tables match.
Any assistance is appreciated.