S
Secret Squirrel
I have a table where I track my on-time deliveries and another table where I
have a list of all the work days for a particular month. What I want to do is
create a query that will list all the days of the month from "tblAugust" and
show a count of all the deliveries from "tblDeliveries" for each day. The
problem is when I link these two tables together in a query it only shows the
days that had deliveries. How can I get it to show all the days and just put
a "0" for the days that had no deliveries?
tblAugust fields:
Month
Day
tblDeliveries:
ShipDate
The above are the fields I'm using for the query.
have a list of all the work days for a particular month. What I want to do is
create a query that will list all the days of the month from "tblAugust" and
show a count of all the deliveries from "tblDeliveries" for each day. The
problem is when I link these two tables together in a query it only shows the
days that had deliveries. How can I get it to show all the days and just put
a "0" for the days that had no deliveries?
tblAugust fields:
Month
Day
tblDeliveries:
ShipDate
The above are the fields I'm using for the query.