X
xbound
Have a form with a table as Record Resource. There's a datetime field in
the table which I would like to break down programmatically and display in
two unbound controls: a "hour" combo box and a "minute" combo box. If the
user selects other values in the combos, I would like to update the datetime
field accordingly. I prefer not having the user to touch the date portion
of the datetime field.
What's the "proper" way to implement this? Do I need to initiate another
read of the record to populate the unbound combos? If so at what point
(event) should I do that? Thanks for any advice.
Using: Access 2007, SQL Server 2000
the table which I would like to break down programmatically and display in
two unbound controls: a "hour" combo box and a "minute" combo box. If the
user selects other values in the combos, I would like to update the datetime
field accordingly. I prefer not having the user to touch the date portion
of the datetime field.
What's the "proper" way to implement this? Do I need to initiate another
read of the record to populate the unbound combos? If so at what point
(event) should I do that? Thanks for any advice.
Using: Access 2007, SQL Server 2000