Ok, here is my problem. I have two tables that hold the exact same information for different departments. (All of the fields are the same, but each record is unique between both tables. There are no crossovers so I don't think right/left join will work) What I would like to do is just stack each table on top of each other into a thrid table or query.
Example Just to clarify:
Table 1 has 4 records, all unique.
Table 2 has 4 records, all unique (even from table 1)
I want table 3 to have all 8 records.
This should be really easy, but I can't figure out how to do it in Access or SQL. Please help.
Example Just to clarify:
Table 1 has 4 records, all unique.
Table 2 has 4 records, all unique (even from table 1)
I want table 3 to have all 8 records.
This should be really easy, but I can't figure out how to do it in Access or SQL. Please help.