Find a record from a combo box in a list box

N

Nancy

I have several list boxes on a form that are very lengthy, i want to give
the users a way to search in each list box. Wha is the best way? I tried a
combo box above each one but not able to go to the selected record in the
list box.
 
J

Jeff Boyce

Nancy

Listboxes and comboboxes are two different ways of accomplishing the same
thing, selecting a row. Have you considered just using comboboxes instead
of listboxes?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Top