I want to select a date and create it where it goes from current date + 1 and then a counter with it to keep adding onto the date. Once it gets to the last date in the month it changes the month. I would like it to do that for a year.
Any ideas in how to go about this.
Wow that’s a really interesting way of doing this task. Slightly unconventional from what I was thinking but works nonetheless! Would I have to create a statement for each month saying if the 5/6 character in string where it has the date has 30 days or 31? Let me know if that makes sense