I have a query set up that looks to find contacts using criteria. using queries much like
Like [forms]![searchall]![Surname] & "*"
This allows me to search and find people that are in many categories. However that doesn't suit my real purpose.
I want to be able to select the categories and have all the people in those groups to appear in my query. It doesn't work right now as I select many categories the list gets shorter and shorter as it looks people that matches "all" rather than just one category as I want.
for instance
my categories:
mammals birds fish
the data:
whales crow catfish
apes robin plaice
i want to show in my query all the birds and mammals but in this instance i get none returned as using the code up above it is looking to find a creature that is a bird AND a Mammal.
Any IDEAS?
Like [forms]![searchall]![Surname] & "*"
This allows me to search and find people that are in many categories. However that doesn't suit my real purpose.
I want to be able to select the categories and have all the people in those groups to appear in my query. It doesn't work right now as I select many categories the list gets shorter and shorter as it looks people that matches "all" rather than just one category as I want.
for instance
my categories:
mammals birds fish
the data:
whales crow catfish
apes robin plaice
i want to show in my query all the birds and mammals but in this instance i get none returned as using the code up above it is looking to find a creature that is a bird AND a Mammal.
Any IDEAS?