Danielle17
Technical User
I have a database that contains the following fields:
Model#, Manufacturer, Description & Price
Both the Model# and Manufacturer fields could be repeated/duplicated. I need to search by manufacturer, have a subform pop up that would list all of the records for that particular manuf. Then I'd like there to be another combo box that allows the user to choose a model# and then be taken to that particular record in the subform.
This sounded easy (and maybe it is) but I'm a little stumped. I created this form with a combo box that calls up manufacturers. The only problem is that it lists the manufacturers as many times as they were entered into the db. I tried to run a query to get rid of the duplicates but then the combo box won't 'connect' with the subform to bring up the manufacturers. Before I can really do anything else I have to figure this step out first. ANY help would be appreciated.
Model#, Manufacturer, Description & Price
Both the Model# and Manufacturer fields could be repeated/duplicated. I need to search by manufacturer, have a subform pop up that would list all of the records for that particular manuf. Then I'd like there to be another combo box that allows the user to choose a model# and then be taken to that particular record in the subform.
This sounded easy (and maybe it is) but I'm a little stumped. I created this form with a combo box that calls up manufacturers. The only problem is that it lists the manufacturers as many times as they were entered into the db. I tried to run a query to get rid of the duplicates but then the combo box won't 'connect' with the subform to bring up the manufacturers. Before I can really do anything else I have to figure this step out first. ANY help would be appreciated.