P
Patrick
I have 2 calenders on one form. I'm trying to use this to default them to
the current days date. This is in Access 97.
Private Sub Form_Load()
Me.StarDate1.Today
Me.EndDate1.Today
End Sub
the current days date. This is in Access 97.
Private Sub Form_Load()
Me.StarDate1.Today
Me.EndDate1.Today
End Sub