The project requires that projections are done for monthly profits.
The monthly estimated values are known = [MonthProfit]
The Date ranges to which the projection applies are: [StartDate] and [EndDate]
Given the following values:
[MonthProfit] = $2,500
[StartDate] = 3/1/17
[EndDate] = 6/30/17
I'd want the query output to show
Month of:
March = $2,500
April = $2,500
May = $2,500
June= $2,500
The question is how to make one [MonthProfit] value create 4 records for the 4 months between start and end dates.
I assume a query is the right way to go, and I'd rather stay away from code if possible
Thanks for any help
The monthly estimated values are known = [MonthProfit]
The Date ranges to which the projection applies are: [StartDate] and [EndDate]
Given the following values:
[MonthProfit] = $2,500
[StartDate] = 3/1/17
[EndDate] = 6/30/17
I'd want the query output to show
Month of:
March = $2,500
April = $2,500
May = $2,500
June= $2,500
The question is how to make one [MonthProfit] value create 4 records for the 4 months between start and end dates.
I assume a query is the right way to go, and I'd rather stay away from code if possible
Thanks for any help