I have longed used a qry to find customers (table-1) who have tasks assigned (table-2).
Now, as my customer base has grown, I want to find customers who may have fallen betwixt the cracks and no tasks are currently assigned. I think I have been working on this too long. I have tried every JOIN in the book but now I'm convinced that's not the answer.
So, are there any suggestions on how to find ALL records in table-1 that DO NOT have a "TaskPurpose" in table-2?
I know that I'm going to be embarrassed on how easy this could have been.
Thanks in advance!
Fred