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
VB.net properties window not showing events
Excel opens to a gray screen on first launch
JQuery is disabled by partial postbacks
How to download computer certificate from certificate authority
Broken Reference to the file dao2535.tlb error message on opening Access Data Base created in Access 97
Direct Push not receiving unread emails
SBS 2008 Upgrade from W2003 Domain
Error received - "Access to the path 'C:\System Volume Information' is denied." - when trying to search for a file
where parameters aspx .net page
How do you Clone a Custom List Item