date time picker

  • Thread starter Thread starter cocobil
  • Start date Start date
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
 
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()
 
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

Back
Top Bottom