I have a Main table that is linked in a one to many relationship to another table where users store 0-6 different field values per one main record.
I want to exclude those main records that have a specific value entered in the many side linked table. For example if John Smith has value #2 (by itself or with other value records) in the linked table, then I do not want to pull John Smith's information.
So far I can query out those linked table records that list the specific value, but not the whole main table record if this value is listed in any of the linked fields.
I have played with grouping, etc. Any ideas?
I want to exclude those main records that have a specific value entered in the many side linked table. For example if John Smith has value #2 (by itself or with other value records) in the linked table, then I do not want to pull John Smith's information.
So far I can query out those linked table records that list the specific value, but not the whole main table record if this value is listed in any of the linked fields.
I have played with grouping, etc. Any ideas?