Hi experts,
I'm very new to access and VBA, I am Looking to find a way to join two tables.
To join these two table, I need to loop through my second table and for each row exist in second table I create and insert the matching result from first table into new table.
is there an easy way to do it?
Thank you
I'm very new to access and VBA, I am Looking to find a way to join two tables.
To join these two table, I need to loop through my second table and for each row exist in second table I create and insert the matching result from first table into new table.
is there an easy way to do it?
Thank you
Comment