H
Han
I have a date column in the following format:
8/23/03
I would like three combo boxes for the month, day and year using the
following format:
August 23 2003
The month combo box will be populated with the months (January-December),
the day combo box will contain the days (1-31.. I'm not going to worry about
months with 30 or less days) and the year will contain a 4-digit year
(2003-2010).
After the user has changed the month, day and/or year, the new date will be
saved.
I know this will require a afterupdate routine to extract the values of each
combo box and save the values in date format.
Any comments/suggestions including examples of how to achieve this would be
greatly appreciated.
Thanks,
Han
8/23/03
I would like three combo boxes for the month, day and year using the
following format:
August 23 2003
The month combo box will be populated with the months (January-December),
the day combo box will contain the days (1-31.. I'm not going to worry about
months with 30 or less days) and the year will contain a 4-digit year
(2003-2010).
After the user has changed the month, day and/or year, the new date will be
saved.
I know this will require a afterupdate routine to extract the values of each
combo box and save the values in date format.
Any comments/suggestions including examples of how to achieve this would be
greatly appreciated.
Thanks,
Han