jaaret
Instructor
- Jun 19, 2002
- 171
I have a combo box that lists the months values: 1-12. How can I extrapolate that into a date value representing the first of the month?
'Concatonate month with text to create a date string
=([cboMonth] & "/1/2008")
How can I combine this with the DateValue function to convert the resulting string to a true date value?
Jaaret
'Concatonate month with text to create a date string
=([cboMonth] & "/1/2008")
How can I combine this with the DateValue function to convert the resulting string to a true date value?
Jaaret