W Windsurfer New member Local time Today, 05:20 Joined Mar 3, 2001 Messages 7 Mar 6, 2001 #1 Can someone please help me, I have a calendat on sa form and need it to open on today's date when form opens. Thanks for your help, Emilio
Can someone please help me, I have a calendat on sa form and need it to open on today's date when form opens. Thanks for your help, Emilio
pdx_man Just trying to help Local time Yesterday, 21:20 Joined Jan 23, 2001 Messages 1,338 Mar 6, 2001 #2 Go to the properies of the form. Look for (click on) the On Open event. click on the elipses (...) to the right of that line. Select Code Builder: Private Sub Form_Load() Me.BegCal.Value = date() End Sub
Go to the properies of the form. Look for (click on) the On Open event. click on the elipses (...) to the right of that line. Select Code Builder: Private Sub Form_Load() Me.BegCal.Value = date() End Sub
W Windsurfer New member Local time Today, 05:20 Joined Mar 3, 2001 Messages 7 Mar 6, 2001 #3 Thank you pdx_man, it works great! Emilio