I have the following code:
I store a date value in curDate and want to increment the month of curDate by 1. How can I access the month only of 'curDate' ?![]()
Dim curDate as Date
I want to say something like:
![]()
curDate.Month = curDate.Month + 1
Bookmarks