D
David W
I might be doing this wrong
I am trying to set a textbox to a serial date using
Me.setserial = DateSerial(Me.Combo4, Me.month, 1)
Me.Combo4 is the year(has the years 1970-2050 for a row source)
Me.month is a combobox with the months set in it.
When I am in debug, you can hold the mouse over the year and see the year
2005, and when you hold the mouse over month you can see the March which
were selected.
where did I go wrong?
I am trying to set a textbox to a serial date using
Me.setserial = DateSerial(Me.Combo4, Me.month, 1)
Me.Combo4 is the year(has the years 1970-2050 for a row source)
Me.month is a combobox with the months set in it.
When I am in debug, you can hold the mouse over the year and see the year
2005, and when you hold the mouse over month you can see the March which
were selected.
where did I go wrong?