petejigsaw
MIS
I have two tables that I have linked together. One holds footfall data through the shop door, so there is a footfall total for every day of a given month.
I have linked it to the sales data table by date, using an = non-enforced LEFT OUTER JOIN as I need to show the footfall for every day and then any corresponding sales data.
However, with this link, I am failing to pull into the report the footfall data from the primary table for any day where there were no sales recorded.
I understood that LEFT OUTER JOINS pulled back every record in the primary table, irrespective of whether there was any matching data in the secondary table. Am I missing something?
Thanks in anticipation of assistance......
I have linked it to the sales data table by date, using an = non-enforced LEFT OUTER JOIN as I need to show the footfall for every day and then any corresponding sales data.
However, with this link, I am failing to pull into the report the footfall data from the primary table for any day where there were no sales recorded.
I understood that LEFT OUTER JOINS pulled back every record in the primary table, irrespective of whether there was any matching data in the secondary table. Am I missing something?
Thanks in anticipation of assistance......