Hi All!
I think it's possible but I'm just not getting it. tblClient has a one to many relationship with tblreferrals. tblreferrals has a one to many relationship with tblwork. I'm trying to build a query with client id, referral date, and work date. I want it to give me a list of clients, their referral date, and the dates they worked, if they worked, in a given quarter. I can filter the referral dates with no problem. But no matter what I try for the work date parameter, it continues to give me dates outside the range I'm checking for. I think the problem is that sometimes, there is no work info. So...it's not only just null...it doesn't exist yet. Is it possible to do this?
I think it's possible but I'm just not getting it. tblClient has a one to many relationship with tblreferrals. tblreferrals has a one to many relationship with tblwork. I'm trying to build a query with client id, referral date, and work date. I want it to give me a list of clients, their referral date, and the dates they worked, if they worked, in a given quarter. I can filter the referral dates with no problem. But no matter what I try for the work date parameter, it continues to give me dates outside the range I'm checking for. I think the problem is that sometimes, there is no work info. So...it's not only just null...it doesn't exist yet. Is it possible to do this?