I am trying to update counts in a table. But I can not get the update to run. Attached is a snapshot. Thx for any help. Russ
code -
UPDATE [WeekBill Of Draft Billing query-cnt-families-per-agency2] INNER JOIN [Report-Family-Cnt] ON [WeekBill Of Draft Billing query-cnt-families-per-agency2].Address = [Report-Family-Cnt].Agency SET [Report-Family-Cnt].FamilyCount = [WeekBill Of Draft Billing query-cnt-families-per-agency2.CountOfFAMILY NUMBER-CR]
WHERE ((([Report-Family-Cnt].Agency)=[WeekBill Of Draft Billing query-cnt-families-per-agency2.Address]));