Danielle17
Technical User
I have a simpe database that contains one table. This table contains Model#, Manufacturer, Description & Price fields. I have created a form so that the user can search for the equipment for a certain Manufacturer. But the problem is that when I create a combo box using the wizard to look up a record (and then display the results in the subform) it lists the manufacturer as many times as they are in the table. How do I get it to display it only once but still bring up all the records for that manuf. in the subform? I've tried it with a query by using the DISTINCT method but when I change the control source for the combo box I get an error. Then the combo box is blank. Any suggestions?