Hi I guess I should add an example.
I have 3 tasks that starts on monday. the first task will last till weds, the second task will last till the end of monday, and the third task last until next week. There are 2 tasks that starts on Tuesday. The first of these tasks last a week and the next last 2 days. Etc...
If the report is printed/previewed on monday, the report needs to show all the tasks that are in progress for the next 2 weeks.
My query currently shows all tasks for the particular date because we have a taskStartDate and estimatedTaskEndDate. The main report uses a query to find all of the task dates that are between now and now + 14 days. The sub report currently joins the start date with the main report dates. This allows me to display all the tasks that start on that date, but it doesn't display the tasks that are still currently in process. Hope that makes sense. Any help/information will be greatly appreciated. Thank you