G
Guest
I am using the Contact Management template from the Office templates area.
The contacts table has a one to many relationship with the calls table. I am
trying to create a query that will list only contacts that have NOT been
called within 45 days. The query I have so far using the sample data in the
template shows every contact and each call that is older than 45 days. So, I
use distinct to get rid of duplicate contacts, but each contact is still
returned by the query if ANY call is older than 45 days.
I guess I need something that says...Only show contacts that have NO call
activity for the last 45 days. I'm probably not making sense, but I would
appreciate any help.
Scott Bridges
The contacts table has a one to many relationship with the calls table. I am
trying to create a query that will list only contacts that have NOT been
called within 45 days. The query I have so far using the sample data in the
template shows every contact and each call that is older than 45 days. So, I
use distinct to get rid of duplicate contacts, but each contact is still
returned by the query if ANY call is older than 45 days.
I guess I need something that says...Only show contacts that have NO call
activity for the last 45 days. I'm probably not making sense, but I would
appreciate any help.
Scott Bridges