Combo box

N

Neal C

I have create a table with country, town and cost. I have create a form with
a combo box linked to country. The combo box shows all the rows from the
country, which means I see the country name for ever row in the table. What
can I do so the combo box just shows the country name once but selects all
the rows?
Thanks
 
V

vbasean

there are ways to have all rows with a certain value become selected after
you select one value BUT what are you doing with the selection?
are you adding records?
are you filtering a form?
This will tell WHAT WAY to select.
 
Top