I am trying to write a query where the following columns are present:
Item.Description Item.Price Department.Name Supplier.Name
The problem is that when I set up the joins in MS Query, the records that don't have an associated supplier assigned are not returned.
When I try to change the join type on Item.SupplieID-Supplier.ID, it says outer joins are not allowed with more than two tables in the query.
Any ideas on how I can get it to return all records even if there is no supplier?
Thanks,
Jason