English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I made a combo box in a form. Under the properties, under "row source" I have "SELECT Column1 FROM Table1" - This works properly in displaying all items under Column1 in the combo box. Unfortunately, a large portion of the data is redundant. How can I get the combo box to only display one of each different piece of data?

2007-01-05 08:23:34 · 1 answers · asked by ed968 1 in Computers & Internet Programming & Design

1 answers

Try SELECT UNIQUE Column1 from Table1

2007-01-05 09:14:31 · answer #1 · answered by rod 6 · 1 0

fedest.com, questions and answers