M
microsoft
hi im wondering if any one can help me here.
my form has an on screen keyboard with 1 text control and 1 combobox
for the text control im useing the following code Me.Employee.Value =
(Me.empPIN.OldValue & "9")
this works great. if i try useing the oldvalue on a combobox it doesnt work!
it just replaces the exsisting character!
the reason for an onscreen keyboard is to use it on a touch screen pc (with
no keyboard)
and the reason why i want to use a combobox is because its "predictive
element"
is there a property that i can use on a combo for this?
thanks in advance
john
my form has an on screen keyboard with 1 text control and 1 combobox
for the text control im useing the following code Me.Employee.Value =
(Me.empPIN.OldValue & "9")
this works great. if i try useing the oldvalue on a combobox it doesnt work!
it just replaces the exsisting character!
the reason for an onscreen keyboard is to use it on a touch screen pc (with
no keyboard)
and the reason why i want to use a combobox is because its "predictive
element"
is there a property that i can use on a combo for this?
thanks in advance
john