problem with combo box

S

sam

when searching a name from a sorted list in combo box by typing the name list
is not progresing. normaly when i type "s" it will show names that are
greater then "s". sa, sb, sc
but in a specific machine typing an "s" will show names smaller then "s".
rw, rx, ry,rz, s
what can be done?

thanks
 
P

pietlinden

when searching a name from a sorted list in combo box by typing the name list
is not progresing. normaly when i type "s" it will show names that are
greater then "s". sa, sb, sc
but in a specific machine typing an "s" will show names smaller then "s".
rw, rx, ry,rz, s
what can be done?

thanks

Is AutoExpand not set to Yes?
 
J

Jeff Boyce

What is the sort sequence of the query underlying the combobox?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Top