I have created a choose box with a list of months that the user selects. It
returns the month integer value for the chosen month.

I also have another choose box that the user selects the year.

I want to put those two that are selected into a date.

Sample:

The user selects the month "October" returning the value 10

The user selects the year "2008" returning the value 2008

I want to put those into a date variable 

10/1/2008  which the 10 and the 2008 are chosen by the user.

I have looked through the functions but come up empty. I do not want to
change the date formats.

Has anybody ran it this problem and has a solution??

TIA

Dan Goldberg


Reply via email to