V viveleroi Registered User. Local time Today, 13:09 Joined Sep 6, 2004 Messages 20 Jan 21, 2005 #1 How can I get a calendar or pop-up calendar to allow a user to click a date, and then that date would prefill a date field?
How can I get a calendar or pop-up calendar to allow a user to click a date, and then that date would prefill a date field?
T trucktime Registered User. Local time Today, 14:09 Joined Oct 24, 2004 Messages 556 Jan 21, 2005 #2 Calendar There you go. Attachments Calender.ZIP Calender.ZIP 24.6 KB · Views: 231
Oldsoftboss AWF VIP Local time Tomorrow, 06:09 Joined Oct 28, 2001 Messages 2,499 Jan 21, 2005 #3 Using the Access Calendar..... Attachments Calendar.zip Calendar.zip 13.3 KB · Views: 202
maikon Oxxx|:::::::::::> Local time Today, 17:09 Joined Jan 13, 2005 Messages 22 Jan 21, 2005 #4 With the ms calendar control this is possible. For example, in the calendar click event you can define the control value: Sub calendar_Click() TextBoxDate1 = calendar.Value End Sub []s
With the ms calendar control this is possible. For example, in the calendar click event you can define the control value: Sub calendar_Click() TextBoxDate1 = calendar.Value End Sub []s