I have a recordset that includes two dates : order_date and delivery_date. I need a report with the following layout:
Date Orders Deliveries
Under Date I need a sequence of dates (which don't exist in the Database). Under orders and Deliveries I need the count of dates in the DB that match the current date in the sequence. Kind of like grouping the recordset by both dates and then having a running total to count them. Is this possible at all ? Anyone ever done something like this.
Thanks in advance
Tom
Date Orders Deliveries
Under Date I need a sequence of dates (which don't exist in the Database). Under orders and Deliveries I need the count of dates in the DB that match the current date in the sequence. Kind of like grouping the recordset by both dates and then having a running total to count them. Is this possible at all ? Anyone ever done something like this.
Thanks in advance
Tom