I would like to query two tables of different structures. My goal is to create a new table with select fields from each table. Pdox says the query appears to be asking two different questions. Does it mean that the tables have to be the same structure? What is the point of having multiple-table queries using only one structure. If I wanted to do that I would start by putting all the info into the same table.