Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How Do I Create A Combo Box List With Unique Values

Status
Not open for further replies.

pd2222

Programmer
Oct 15, 2001
14
0
0
GB
Hi

I want to be able to create a combo box list using the data in my table but only extracting unique values. Would it be better if I based the combo box on a query? If so, how do I extract only the unique values so that I don't have a list of repeated values??

Please help!!

Keza

 
Keza

Use a query and use grou by on your Value field to eliminate any duplicate values showing.

taff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top