In Access 2007, whenever you create a Date Field, (A field that specifically has a DataType of "Date/Time"), you will always get a "Date Picker" by default, whenever you click on that field.
I've gotten that far, but what I'd like is a control that allows the user to pick the time of day (HH:MM). As far as I can tell, there is no option for the default date/time picker to allow time selection. I don't want to record the hours and minutes in real-time; need to allow the user to specify any time.
Thanks!
Great, I will try this. I had already resigned myself to combo boxes, but they would have been clunky the way I had it planned in my head. I was going to have seperate boxes for hours and minutes and then concatenate them. But I was worried working with resulting values was going to be more trouble than it was worth.
Adding the time value to the date will make it much easier to set up and then work with the results.
Thanks again!
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
In Access 2007, whenever you create a Date Field, (A field that specifically has a DataType of "Date/Time"), you will always get a "Date Picker" by default, whenever you click on that field.
(No special Control or Code is required)
;-)
See attached screenshots:
JeffCoachman