Jun 9, 2004 #1 peryan77 Programmer May 7, 2004 41 US I am trying to set the DTPicker control to current date. Here is my code: Dim CurDate as Date CurDate = Date() Me.DatePicker.Value = CurDat The error I get is that the property is read only.
I am trying to set the DTPicker control to current date. Here is my code: Dim CurDate as Date CurDate = Date() Me.DatePicker.Value = CurDat The error I get is that the property is read only.
Jun 9, 2004 #2 jebry Programmer Aug 6, 2001 3,006 US Hi! The control should have a default value property. Set that to Date() hth Jeff Bridgham bridgham@purdue.edu Upvote 0 Downvote
Hi! The control should have a default value property. Set that to Date() hth Jeff Bridgham bridgham@purdue.edu
Jun 9, 2004 Thread starter #3 peryan77 Programmer May 7, 2004 41 US It does not have this property. Object does not support this property or method. Upvote 0 Downvote