I am working with a DB that tracks training classes. I have a requirement to produce a report indicating Current classes in session. The DB contains the start date and end date. My query contains this criteria. End Date >=[Enter Beginning of Week:] and Start Date <=[Enter End of Week:]. This allows the user to select the week for the report.
Now I need to show classes that started during the selected week verses classes that continued from the previous week.
So my difficulty is working with dates limited to the current week (selected) and comparing the Start Date to them to get my answer.
I am not sure how to do this. My query feeds a report.
Now I need to show classes that started during the selected week verses classes that continued from the previous week.
So my difficulty is working with dates limited to the current week (selected) and comparing the Start Date to them to get my answer.
I am not sure how to do this. My query feeds a report.