T
Timothy via AccessMonster.com
I need to create a function that will calculate the next date a call should
be made based on several argumengts:
Anchor Date (1st instance of call) - ex. 7/28/2008
Call Cycle (frequency in days should be called) - ex. 14 (should be called
every 14 days)
Todays Date
So from those 3 arguments, i need to calculate the next date a call should be
made. In the above example, I would need it to return 9/22/2008 (based on
today's date being 9/17/2008). The cycle is always a multiple of 7, and the
anchor date can be any week day typically within the last 20 years. I
thought this would be an easy build, but in practice I am coming up short.
Any guidance on this would be greatly appreciated.
Thanks
Tim
be made based on several argumengts:
Anchor Date (1st instance of call) - ex. 7/28/2008
Call Cycle (frequency in days should be called) - ex. 14 (should be called
every 14 days)
Todays Date
So from those 3 arguments, i need to calculate the next date a call should be
made. In the above example, I would need it to return 9/22/2008 (based on
today's date being 9/17/2008). The cycle is always a multiple of 7, and the
anchor date can be any week day typically within the last 20 years. I
thought this would be an easy build, but in practice I am coming up short.
Any guidance on this would be greatly appreciated.
Thanks
Tim