Never mind. I found it. I use the RDATE Function. It was right underneath my nose.
Dan -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Goldberg Sent: Monday, November 03, 2008 3:02 PM To: RBASE-L Mailing List Subject: [RBASE-L] - setting date 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

