L loki Registered User. Local time Today, 11:33 Joined May 4, 2001 Messages 58 Aug 3, 2003 #1 I can use a calender control to select a date and put it's value in a text box but is there one that will allow you to pick time?
I can use a calender control to select a date and put it's value in a text box but is there one that will allow you to pick time?
dcx693 Registered User. Local time Today, 06:33 Joined Apr 30, 2003 Messages 3,265 Aug 3, 2003 #2 Access does not ship with a pre-built clock that you can use to pick out time values, but creating one on your own shouldn't be too difficult.
Access does not ship with a pre-built clock that you can use to pick out time values, but creating one on your own shouldn't be too difficult.
L loki Registered User. Local time Today, 11:33 Joined May 4, 2001 Messages 58 Aug 3, 2003 #3 Do you have any suggestions or sample code?
dcx693 Registered User. Local time Today, 06:33 Joined Apr 30, 2003 Messages 3,265 Aug 3, 2003 #4 No sorry. I've never needed to have one in my databases. I'd suggest using spinner buttons for the hour, minute and seconds, and to have an AM/PM selector if you use 12 hour time. Try doing a search of the forum if you haven't already.
No sorry. I've never needed to have one in my databases. I'd suggest using spinner buttons for the hour, minute and seconds, and to have an AM/PM selector if you use 12 hour time. Try doing a search of the forum if you haven't already.
IMO Now Known as ___ Local time Today, 11:33 Joined Sep 11, 2002 Messages 723 Aug 4, 2003 #5 This may help IMO Attachments selecttimea2k.zip selecttimea2k.zip 30.6 KB · Views: 175