Datepicker not appearing on Bound Control

ojeffery

Registered User.
Local time
Today, 16:57
Joined
Nov 13, 2009
Messages
11
I have two versions of the same form, one for creating a new record, and one for viewing it once it's created.

Both forms have a textbox called Date, which are identical except for one is Unbound and one is bound to the Date field from a table.

The Datepicker only appears on the Unbound textbox - if I unbind the textbox on the viewing form, it reappears.

Why is this? Is there any way of getting a datepicker to appear on a bound text box, or would I have to use a custom calendar control?
 
Hi Spikel.

Date was set as Text rather than Date/Time. That's sorted now.

*facepalms self*
 

Users who are viewing this thread

Back
Top Bottom