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
aspx/c# looping through data from within body
Renaming a file using cmdShell
Cisco ASA 5510 Rear Stencil
WSUS 3.0 server motherboard
excel macro find selected range to use within macro
SQL - Find records in one table not in another
Excel copy from sheet1 to sheet2
Expected user-defined type, not project
Reading dBase files with attached MDX via ADO.NET
SBS 2008 Can't connect to my RWW from outside my network