List Box Help Required

P

paul cooke

Hi All
I hope somebody out ther will help me. I am very very new to Access and I
wish to create a list box on a form that displays items from a table. I then
want to be able to view the list by using some sort of filter (say show me
all the Fords on the list). I have been struggling for days and getting
nowhere. Any help would be appreciated. Thanks
 
K

Klatuu

Instead of the table for your row sourece, use a query with a WHERE condition
to get the rows you want.
 
Top