I am a new Access user and trying to update a field based on the max value from another table where the keys are equal.
Table A
sales Id, Units sold
Table B
sales id, month, Units sold
I need to update table A with the Max Units Sold for that Sales Id from Table B
Thanks for any help