Anyone know how I can use the value selected by a user for one combobox to determine the options for a second combobox on the same form?
Basically I want people to select a year and a month. Which year they select determines which months are available as follows:
2003: August, September, October, November December
2004: All months
2005: January, February and more as today's date progresses
2006: Not available yet but will become available.
I can easily create lists of the months and years. What I can't do is make the year entered determine the months that are available for selection.
I could use a second userform but that just wouldn't be very neat :wink: !
Would greatly appreciate suggestions.
Thanks.
Basically I want people to select a year and a month. Which year they select determines which months are available as follows:
2003: August, September, October, November December
2004: All months
2005: January, February and more as today's date progresses
2006: Not available yet but will become available.
I can easily create lists of the months and years. What I can't do is make the year entered determine the months that are available for selection.
I could use a second userform but that just wouldn't be very neat :wink: !
Would greatly appreciate suggestions.
Thanks.