Microsoft
Software
Hardware
Network
Question : only unique values in query
the following is the rowsource for a combobox.
SELECT SUPPLIERpricing.ID, SUPPLIERpricing.TERM
FROM SUPPLIERpricing
ORDER BY SUPPLIERpricing.TERM;
this query returns
12
12
24
24
24
i want it to only return a number once
12
24
how can i adjust my query to do this
Answer : only unique values in query
Hello GTC-KTX,
Try :
1: 2: 3:
SELECT DISTINCT SUPPLIERpricing.ID FROM SUPPLIERpricing ORDER BY SUPPLIERpricing.TERM;
Open in New Window
Select All
Random Solutions
sorting in views
how do I send as a distribution group in exchange 2007?
dbcc loginfo ( a details explaination )
SQL creating table relationship trouble
charts or graphs
OL 2003 - My macro causes "this outlook session contains macros" warning
Web Parts Manager
Query over multiple fields
restricting microsoft outlook users to send maximum mails to users that belong to Global Address List
The BEST Way to Dual Boot & Ultility to Help with Registry Entries