I am using DateAdd but causing problems when I change to another month. Any ideas on how to get this to work?
I am looking to just find a way to add a day to a specific date, but for it to automatically go to the next month if necessary ... and I am stumped!
updateDay (100, Format(DateAdd("d", 1, monthControl.Date), "MM/DD/YYYY"), ctMDay2)
Thanks!!!
I am looking to just find a way to add a day to a specific date, but for it to automatically go to the next month if necessary ... and I am stumped!
updateDay (100, Format(DateAdd("d", 1, monthControl.Date), "MM/DD/YYYY"), ctMDay2)
Thanks!!!