Ok.
Query designed as follows:
SELECT Table1.Customer, Table2.Product, Table3.ID
FROM Table1,Table2,Table3;
table3 has two fields: customer and product (both are lookup fields)
Now, if I select this query and the linked table (table3) in the Unmatched Query wizard (with the link being the...