I will try and make this as clear as possible. Basically I have a databast that tracks orders and ultimately deliveries. I would like a query to show the activities on a range of dates. My orders table holds the order date and the delivery date. However I need to produce a report that will show all dates regardless of if an order or delivery was made on that date. At present I can only force it to count actual date values but would like to be able to show 0 in days where there are no entries. For example if 29/10 had 2 orders and 2deliveries, but the 28/10 had no deliveries the report would show;
28/10 29/10 30/10
Orders 0 2
Deliveries 2 2
I hope you understand what i am getting at and pass on my thanks to anyone in advance.
MIKE
28/10 29/10 30/10
Orders 0 2
Deliveries 2 2
I hope you understand what i am getting at and pass on my thanks to anyone in advance.
MIKE