date time picker (1 Viewer)

C

cocobil

Guest
Hi everyone!
I want to assign default value to datetime picker at load event but don't know how?
Any help more than welcome.
Email krul@estart.com
 

telepathetic

New member
Local time
Today, 05:53
Joined
Apr 23, 2001
Messages
8
Under Default value in the Design mode for the field you want, or under the Default value in the properties of the control item in Form Design just put the date you want as the default
#1/1/00#
or if you want the current date
=Date()
 
C

cocobil

Guest
It's activex control date time picker and it has no default value.
I can do acivex.value=date()
but this code trigers unwanted efects.
Thanks anyway
 

Users who are viewing this thread

Top Bottom