J
JamesJ
I'm trying to get an instance of the calendar control to display 2 month
past the current month. The following displays the next month fine:
Me!ctlCalNextMonth = DateSerial(year(Date), month(Date) + 1, 1)
But when I use the following to display 2 months in advance it doesn't
work:
Me!ctlCalNextMonth = DateSerial(year(Date), month(Date) + 1, 2)
Any help will be appreciated,
James
past the current month. The following displays the next month fine:
Me!ctlCalNextMonth = DateSerial(year(Date), month(Date) + 1, 1)
But when I use the following to display 2 months in advance it doesn't
work:
Me!ctlCalNextMonth = DateSerial(year(Date), month(Date) + 1, 2)
Any help will be appreciated,
James