Time control

loki

Registered User.
Local time
Today, 11:33
Joined
May 4, 2001
Messages
58
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?
 
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.
 
Do you have any suggestions or sample code?
 
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.
 

Users who are viewing this thread

Back
Top Bottom