And, if they don't have the same layout, just remake a query to put the data of table2 into the layout of table1, and then just replace "table2" from PHV's post with that query name...
...or replace everything from "SELECT..." forward with the SQL of the query that re-formats table2 into the proper layout.
HTH