I think this is a fairly straightforward query, as I am so nearly there..but not quite.
I have a number of tables, among them a tblEnquiries and a tblQuotes. Not all enquiries will have quotes, but some will. There is a one to one relationship between them - there can only be one quote per enquiry.
I want to run a query to show all the enquiries that have been made, with the associated quotes. I want it to also show all the enquiries that have NOT had quotes made.
I have got a query to show me all enquiries that have quotes, but it misses out those enquiries without quotes.
What should I be doing?
Thanks !
I have a number of tables, among them a tblEnquiries and a tblQuotes. Not all enquiries will have quotes, but some will. There is a one to one relationship between them - there can only be one quote per enquiry.
I want to run a query to show all the enquiries that have been made, with the associated quotes. I want it to also show all the enquiries that have NOT had quotes made.
I have got a query to show me all enquiries that have quotes, but it misses out those enquiries without quotes.
What should I be doing?
Thanks !