One Query two tables
To get data from a query you need to add fields from the tables to the output Fields in the bottom section of the designer. To get all the fields from a table drag the '*' field from the table to the row labeled 'Field'.
If you put two tables in the query window and don't link or 'join' them up in any way you will get an output with every row in Table1 together with every row in Table2. E.g. if table1 has 10 rows and table2 has 20 rows you will get 10x20 = 200 rows. Joining is complicated so best search in the help for "query join"