Hi there.
Hi there,
I have two tables that I need to merge data from one table into another (based on Agency names matching).
[Table #1] - The MAIN Table from my database with multiple fields including "Agency Name" and "membership" (which membership field is currently blank)
[Table #2] - Table that has "Agency Name" and "Membership" with the numbers included for membership
How do I populate the membership numbers from #2 into #1?
Would it be a update query?
thanks for your help.
Hi there,
I have two tables that I need to merge data from one table into another (based on Agency names matching).
[Table #1] - The MAIN Table from my database with multiple fields including "Agency Name" and "membership" (which membership field is currently blank)
[Table #2] - Table that has "Agency Name" and "Membership" with the numbers included for membership
How do I populate the membership numbers from #2 into #1?
Would it be a update query?
thanks for your help.