A
AlwaysLearing
Hello,
I have 5 different tables and a master table. I just want to bring in
all the records from all 5 tables into the master table. The master
table already has specific fields in it and I only want to bring in
all the fields that has the same name as the master table. For
example, the master table has field names like; LName, FName, ID,
Salary. The 5 individual tables have about
50 rows each and they have some of the same fields as the master
table, but they also have their own additonal fields that are
different from each other.. All in all, I should have 250 rows of
data in the master table with only those 4 fields name. I think if
all the tables had the same exact field name, it would be easier to do
combine them using a union query, but they all have different and
similar field names. So, how do I still combine them? thanks!
I have 5 different tables and a master table. I just want to bring in
all the records from all 5 tables into the master table. The master
table already has specific fields in it and I only want to bring in
all the fields that has the same name as the master table. For
example, the master table has field names like; LName, FName, ID,
Salary. The 5 individual tables have about
50 rows each and they have some of the same fields as the master
table, but they also have their own additonal fields that are
different from each other.. All in all, I should have 250 rows of
data in the master table with only those 4 fields name. I think if
all the tables had the same exact field name, it would be easier to do
combine them using a union query, but they all have different and
similar field names. So, how do I still combine them? thanks!