I have the following code:

 Dim curDate as Date
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' ?

I want to say something like:
curDate.Month = curDate.Month + 1