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
Replace Windows 2000 Server with 2003 server
How can i install the renewed certificate on edge server
Capture/crop non-rectangular objects in screenshots for use in PowerPoint 2007
What are the Interview Questions expected for WSS 3.0 having 1.5 to 2 years of experience.
Operation has timed out error while sending mail (above 2 MB) through C#.net
When are Access records actually deleted from table?
No picture, just sound on xbox 360
Access 2007 getting message "you do not have the necessary permissions to use"
ODBC wizard does not run
Exchange 2010 Certificate Problem