Combo box sorting

M

Mike Busch

I have a combo box, that allows the users to scroll by the last name to
produce that record. I tried to sort by last name in the table and it works
there, but I can't get it to sort in the combo box. Any Ideas. Thanks in
advance.
 
M

Marvin

Did you try Order By in the SQL statement for the Row Source property for the
combo box?
 
Top