Quote:
Originally Posted by nico5038
I guess your "main" table has a Competitor field.
In a case like that I would have a tblCompetitor with a Yes/No field called "Selected".
By having the field set to true, you can JOIN your "main" table to the tblCompetitor and add for the Selected field "True" as the criteria.
This saves the construction of an elaborate WHERE for the competitors.
Getting the idea ?
Nic;o)
thx for your response. but i dont get it how to implement in my case.
In mains table i dont have competitor field. Competitor table is connceted with news table in that way:
IDCompetitor ---1-----------------------------------------1------IDNews
Company1 Title
Company2 Source etc.
Comany3
...
Company21
(all yes/no fields)
I created also the query that give me the sum of competitors:
Competitors field : GE, Siemens
GE
Siemens
...
if you could explain me step by step how to enable now filtering that in search menu, i would be grateful.