S
Shirley
I have a table that consists of the following
Start Date End Date Amount
1 12 50,000
1 3 25,000
1 6 75,000
The end date represents a month (ie. 12 equals December).
What is the best way to either create a table or query that divides the
amount by the end date and have the results spread based on the end date
(i.e. if end date is 3, the result will need to be populated for each month
from January through March)? See example below:
Start Date End Date Amount Jan Feb Mar
1 3 75,000 25,000 25,000 25,000
Thank you,
Shirley
Start Date End Date Amount
1 12 50,000
1 3 25,000
1 6 75,000
The end date represents a month (ie. 12 equals December).
What is the best way to either create a table or query that divides the
amount by the end date and have the results spread based on the end date
(i.e. if end date is 3, the result will need to be populated for each month
from January through March)? See example below:
Start Date End Date Amount Jan Feb Mar
1 3 75,000 25,000 25,000 25,000
Thank you,
Shirley