Re: I need help with a SQL statement
- From: "OfficeDev18 via AccessMonster.com" <u14095@uwe>
- Date: Wed, 16 Nov 2005 17:29:31 GMT
SELECT Distributors FROM YourTableName WHERE [Group Numbers] Is Not Null
GROUP BY Distributors;
SailFL wrote:
>I have a table that has two fields that I want to work with. The fields are
>called Distributors and Group Number. There are many Distributors and many
>Group Numbers. The Distributors have many listings with the same group.
>There are some Distributors that have no Group Numbers. I want to create a
>list that has the Distributors listed once that have 1 or more Group numbers
>associated with them.
>
>Thank you for your help.
--
Sam
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-queries/200511/1
.
- Prev by Date: Re: Giorgio's query suggestion needs to be refined a bit.
- Next by Date: Re: Huge Database - Need help with query please
- Previous by thread: RE: Giorgio's query suggestion needs to be refined a bit.
- Next by thread: Re: I need help with a SQL statement
- Index(es):
Relevant Pages
|