I'm trying to use the MS datetime picker control to make date selection easy for users (for setting appointments).
The control works fine in the sense that I've placed two controls on the form bound each to the date/time field and each updates just fine.
However on re-entering the form the controls display the default date and time not the date and time from the date/time field in the record.
I've tried setting the value of the control using vba
(ie. me.datetimecontrol.value = me.datetime - where datetime is a hidden textbox bound to the same field) but with no success whatsoever)
Any ideas how I get these controls to display the date/time from the record rather than the default?
The control works fine in the sense that I've placed two controls on the form bound each to the date/time field and each updates just fine.
However on re-entering the form the controls display the default date and time not the date and time from the date/time field in the record.
I've tried setting the value of the control using vba
(ie. me.datetimecontrol.value = me.datetime - where datetime is a hidden textbox bound to the same field) but with no success whatsoever)
Any ideas how I get these controls to display the date/time from the record rather than the default?