Setting DTPicker to a null value

  • Thread starter Thread starter vqthomf
  • Start date Start date
V

vqthomf

Hi I am using a DTPicker ctrl on a form and I am trying to set it to a null
value at form startup, I have used the code blow and this works but when the
user selects a date it wont show in the DTP box. Has anybody managed to solve
this problem?.
Regards Charles

With DTPicker1
.CustomFormat = " "
.Format = dtpCustom
End With
 
Back
Top