Calendar Control Question

J

JamesJ

What would be the best way to accomplish this?
I want to display 2 Calendar Controls on my form with one
displaying the current month and the other the next month.

Any help will be appreciated,
James
 
J

JamesJ

I've put the Calendar Control on the form but I'm not sure how to have the
control display the next month:

Me.ctlCalNextMonth.Value = NextMonth

This doesn't work obiviously.
Not sure how to use the DataSAdd function
Some hints please.

James
 
J

JamesJ

Got it to work. To get the Calendar Control to display
next month is simply:

Me!ctlCalNextMonth.NextMonth

Thanks,
James
 
Top