Hi, this may be simple but for the life of me I can't figure it out.
I have a Master data set which contains approx. 16K records.
| AgencyNo | ClubMemberForeName | ClubMemberSurName |
| 632893 | Kay | Harrison |
| 981100 | | |
| 1030162 | | |
I then have a Second smaller data set that has some of the records, with the extra missing data.
| AgencyNo | First Name | Last Name |
| 1030162 | Andrew | Whiting |
| 5107693 | R | Harries |
| 5731872 | Eleanor | Fish |
So I want to update the Master dataset, with the missing data where the "AgencyNo" matches?
Can anyone point me in the right direction?
Thanks