D
DS
I have this code but I don't know where to stick it. Do you stick it on
the before Update propery of the textbox or .....where?
Thanks
DS
dim selday as integer, DateSelected as variant
selday = val(me.activecontrol.value)
dateselected = DateSerial(Year(Me![firstdate]), Month(Me![firstdate]),
selday)
the before Update propery of the textbox or .....where?
Thanks
DS
dim selday as integer, DateSelected as variant
selday = val(me.activecontrol.value)
dateselected = DateSerial(Year(Me![firstdate]), Month(Me![firstdate]),
selday)