Hello,
I'm working in Crystal v8.5. I have a start date and an end date. I would like to increment the date value by month. Here is an example of what I would like:
Start Date = 1/1/2005
End Date = 4/1/2005
I would like a variable that returns a value for the following:
1/1/2005
2/1/2005
3/1/2005
5/1/2005
I thought I could use the DateAdd function but it isn't working. Can anyone provide any suggestions? Thanks!
I'm working in Crystal v8.5. I have a start date and an end date. I would like to increment the date value by month. Here is an example of what I would like:
Start Date = 1/1/2005
End Date = 4/1/2005
I would like a variable that returns a value for the following:
1/1/2005
2/1/2005
3/1/2005
5/1/2005
I thought I could use the DateAdd function but it isn't working. Can anyone provide any suggestions? Thanks!