I have a table with StartDate and EndDate field. (Period of late payment e.g. StartDate: 10/01/2017 and End_date: 12/31/2017)
So, in my example StartDate (10/01/2017) always has to be first date in the range and EndDate (12/31/2017) always has to be last date in the range.
My problem is how to create a query with a range of dates when new date take a place as a new start date within entered time period? (e.g. Payments from 11/01/2017 and 12/30/2017). So, payment date has to “breakdown” mentioned date range.
The result should look like this:
StartDate EndDate
10/01/201710/31/2017
11/01/2017 12/29/2017
12/30/2017 12/31/2017
Our community of experts have been thoroughly vetted for their expertise and industry experience.