* This is an offshoot [progression] of an earlier Query/post that I had help from June on.
Here is the Table:
FName Plan Rate Bob A 100 Bob D 100 Bob C 100 Bob W 25 Bob X 25 Charles X 25 Charles A 100 Charles D 100 Charles W 25
I need a query that will search the above table for anyone who:
1. HAS a 'W' or 'X' Plan
- AND -
2. DOES NOT HAVE a 'B' or a 'C' Plan.
What I would like to get back from the query is:
Charles W 25 Charles X 25
Thanks in advance!