A
AliceN
I have a database that lists media contacts, the regions they are from and
the different categories of media releases they have signed up to receive. I
have queries that allow you to search on release category or region or both.
The problem I'm having is that when I search on two or more categories,
anyone who is signed up to more than one of those appears in the results more
than once. I have inserted the Totals line and set it to group by First in
the categories column of my query but this seems to have turned an OR query
into an AND query - it now only returns people who have signed up to all of
the categories selected.
Any suggestions would be greatly appreciated.
the different categories of media releases they have signed up to receive. I
have queries that allow you to search on release category or region or both.
The problem I'm having is that when I search on two or more categories,
anyone who is signed up to more than one of those appears in the results more
than once. I have inserted the Totals line and set it to group by First in
the categories column of my query but this seems to have turned an OR query
into an AND query - it now only returns people who have signed up to all of
the categories selected.
Any suggestions would be greatly appreciated.