G
Guest
I am try9ing to figure out how to merge two tables. What I have right now is
one table that has clientCode and clientName as columns, and another that has
clientCode as one column and address information for the rest of them. I
would like to merge these two so I end up with clientCode, clientName,
Address...
The only other catch is I don't have addresses for all clients in the first
table so those that don't have addresses I would still want in the merged
table but with blank for addresses.
I have looked into appendQueries, unionQueries, but with not success. Thanks
one table that has clientCode and clientName as columns, and another that has
clientCode as one column and address information for the rest of them. I
would like to merge these two so I end up with clientCode, clientName,
Address...
The only other catch is I don't have addresses for all clients in the first
table so those that don't have addresses I would still want in the merged
table but with blank for addresses.
I have looked into appendQueries, unionQueries, but with not success. Thanks