Hi, All,
I have a query that produces a recordset with each record having two date fields, a sort of start date and end date.
I am interested in creating a query or VBA that would produce a list of dates within a date range with each date having a count of all records in the original recordset where that date is within the record's start and end dates. Is this making any sense?
I'm not much of a coder although I know my way around VBA to a certain extent. I assumed this would take a coding solution as opposed to a query, but I'll consider anything that works.
Any assistance or a place to start would be appreciated.
Thanks.
I have a query that produces a recordset with each record having two date fields, a sort of start date and end date.
I am interested in creating a query or VBA that would produce a list of dates within a date range with each date having a count of all records in the original recordset where that date is within the record's start and end dates. Is this making any sense?
I'm not much of a coder although I know my way around VBA to a certain extent. I assumed this would take a coding solution as opposed to a query, but I'll consider anything that works.
Any assistance or a place to start would be appreciated.
Thanks.