Set Calendar Control Combo Box Values

  • Thread starter Thread starter lenard
  • Start date Start date
L

lenard

Guest
As is, the calendar control combo box where the user picks the year has choices of years all the way back to 1900. How can I set the year choices for this calendar control combo box? I was told to check the help menu but cannot find out how to accomplish this.
 
You can turn off the year and month controls by going into Custom on the properties.
Unfortunately you can not turn only the year off.

The Event NewYear can trigger code such that if the user has changed the year, you can check the selected year is within your range and reset to the current year if it is not.
 

Users who are viewing this thread

Back
Top Bottom