B
Bri
Hello - hope this isn't too much of a newbie question.
I have a table with two fields (id, category) forming the primary key.
Both are text. Typical entries are:
ste 015
bri 015
ste 035
chr 025
ann 015
ste 020
I wan't to write a query that lists the id and category if
that id has ONLY the category "015". In the case shown, the qry should
show:
bri 015
ann 015
ste is excluded because there is also a 'ste 035'.
Thanks for any help Dorre
I have a table with two fields (id, category) forming the primary key.
Both are text. Typical entries are:
ste 015
bri 015
ste 035
chr 025
ann 015
ste 020
I wan't to write a query that lists the id and category if
that id has ONLY the category "015". In the case shown, the qry should
show:
bri 015
ann 015
ste is excluded because there is also a 'ste 035'.
Thanks for any help Dorre