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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SELECT unique field for combobox

Status
Not open for further replies.

startup

Technical User
May 22, 2002
42
US
Hello,

I have a table with values like the following in one of the columns:

AA
AA
BB
CC
CC
CC
EE

How would I create a SELECT statement which would grab a unique instance of each field? The resulting output I want would be:

AA
BB
CC
EE

Thanks,
Rico
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top