|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
I have looked at all the posts I can find on this subject and was directed to add the code to the Form_Load function, which I did. However I still get the same error. Below is how I make the call within the Form_Load function.
Private Sub Form_Load()
Me.txtHdr_outage_start.Value = Now() Me.txtHdr_outage_finish.Value = Now() Me.txtHdr_baseline_date.Value = Now()
End Sub
What am I doing wrong? I have validated the spelling of the DTPicker instances. Any thoughts?
|
|
|