MerlinTheWizard
Technical User
Version:Crystal 8.5 and 9
Datasource: Access 2000
The problem I am having is getting Crystal to add a constant value to a DateTime field. My first attempts have been using the following:
DateAdd ("D", {FM_SCHEDULE.FREQUENCY_NR}, {FM_SCHEDULE.TRIGGER_DT})
What I'm looking for is it to repeat this process and display each result. If the field reads 3/1/2004 12:00:00 PM then Im looking to show:
3/8/2004 12:00:00 PM
3/15/2004 12:00:00 PM..etc...
with the FREQUNCY_NR being 7.
I will also need to do this for various numbers of months, weeks, and years. Any help would be appreciated. Thank you in advance.
Datasource: Access 2000
The problem I am having is getting Crystal to add a constant value to a DateTime field. My first attempts have been using the following:
DateAdd ("D", {FM_SCHEDULE.FREQUENCY_NR}, {FM_SCHEDULE.TRIGGER_DT})
What I'm looking for is it to repeat this process and display each result. If the field reads 3/1/2004 12:00:00 PM then Im looking to show:
3/8/2004 12:00:00 PM
3/15/2004 12:00:00 PM..etc...
with the FREQUNCY_NR being 7.
I will also need to do this for various numbers of months, weeks, and years. Any help would be appreciated. Thank you in advance.