Calendar

  • Thread starter Thread starter Boris613
  • Start date Start date
B

Boris613

Guest
Hi All!
I have Access Calendar on my form. I named it txttoday. Which code and where should I put the code in order when I open my form I want the date always be on todays date. I guess it should be on Open and something like txttoday = now()....

Please advice,
B
 
Private Sub Form_Load()
Me!SelectDate.Today
End Sub
 

Users who are viewing this thread

Back
Top Bottom