Is there a way to do a dateadd looping? Here's the situations. I have a date of 10/1/03 and want to create a query that will loop it according to current date. I know that if I was using dateadd("m", 2, #10/1/03#) will generate 11/1/03. So in my query it would show something like this.
10/1/03 | 11/1/03
But what I really want is for instatance that the difference between 10/1/03 and date() it should spit out like this.
10/1/03 | 11/1/03 | 12/01/03
Any help will be appreciated. Thank You.
10/1/03 | 11/1/03
But what I really want is for instatance that the difference between 10/1/03 and date() it should spit out like this.
10/1/03 | 11/1/03 | 12/01/03
Any help will be appreciated. Thank You.