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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -