C
candide_sh
Hello,
(A2003)
In a form I present a combobox-dropdown-list with timevalues like
"06:18". In the AfterUpdate-Event of the combo I take a date-value of
another control and concat date and time into the combo. Well done,
this works, the table stores the correct value, but if I click into
the combo (not the dropdown-arrow) it shows the concatenated datetime-
value, but I only want to show the time value.
I tried with format hh:nn at property-menu and so on, with no success!
I don't know if it's important but I store the values in SQLServer2005-
tables.
any hints?
(A2003)
In a form I present a combobox-dropdown-list with timevalues like
"06:18". In the AfterUpdate-Event of the combo I take a date-value of
another control and concat date and time into the combo. Well done,
this works, the table stores the correct value, but if I click into
the combo (not the dropdown-arrow) it shows the concatenated datetime-
value, but I only want to show the time value.
I tried with format hh:nn at property-menu and so on, with no success!
I don't know if it's important but I store the values in SQLServer2005-
tables.
any hints?