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
How to create Access Check Box Pick List Form
Union Query duplicates
Verification Process
Cannot disable hibernation in Vista
If there are multiple inf files on the computer which have the same VID/PID as your device, how does windows choose which driver to use?
MS SQL Output producing duplicate data
MS Outlook freezes when forwarding/replying with MS Word editor
How can I create a distribution list in Gmail? I have followed the steps that they have given, but am still unable to create a Gmail distribution list
Error 8007000D when updating Vista machine via WSUS server.
VFP Run Command