Actually, I just noticed you are working from tables, not queries, which is even easier. As long as they are both set up exactly the same, start a new query, go to SQL View and post Norie's code and replace Table1 and Table2 with your actual table names.
You will now have a query that combines your two tables. You could use a Make Table query to write the results back to a Table, but that ofteny isn't necessary, as you can use Queries for almost anything you can use Tables for.