If these are just a series of SELECT queries, simply open the final query. Try it.
SQL in post 11 showed joining tables: INNER JOIN Sample1D ON (Sample1D.Address = Sample2S.Address);
That's the one I was referring to. However, you appear to have corrected that and have working queries.