Hi, I've written a report to search an Inventory table using a list of Locations.
The report will output a list of locations with Inventory quantities.
But the problem I have is that if one of the Locations doesn't have any Inventory, then this Location isn't printed on the report.
I know that is what's meant to happen since the SELECT function will only display rows where a match is found, but is there anyway I can display the search criteria (i.e. the locations) even if there is no corresponding value in the Inventory table?
Thanks.
Jaz