ms access - DateTime picker control, problematic behavior -
A datetime control on a form, linked to a table field, works fine.
If I add a picker inside I get this error when I control the tab when I load the form:
There was an error in the call for the Windows Date and Timer picker control.
Anyone have the solution to this problem?
If you are starting the value of DTPC and it is not visible, Receive:
// If it is not in the selected tab, then a shortcut to make it visible: DTPicker.SetFocus DTPicker.Value = Now
Comments
Post a Comment