Hi,
I'm new to using Access (2010). I understand how to use a query to exclude data that draws criteria from only one fieldset. But I don't know how to create a criteria that uses more than fieldset. For example:
Fieldset 1: Animal Group
Fieldset 2: Nickname
Say I want to exclude all felines that have been given a nickname
Field 1 criteria: ="Feline"
Field 2 criteria: Is null
How do I tell a query to connect these 2 criteria together?
I've tried entering both criteria and they do not seem to be accepted together. For the above example, ONLY records that are marked as Feline with fieldset 2 null, would be shown in the query.
Thanks for any help