I have three tables;
Advisor, Referral and Action.
Advisor is linked to Referral in a one to many relationship. Advisor being the one.
Referral is linked to Action in a one to many relationship. Referral being the one.
If I run a query to find all the referrals and actions therefrom I only get the Referrals where there is data entered in the Action table.
How do I overcome this please?
Rob
Advisor, Referral and Action.
Advisor is linked to Referral in a one to many relationship. Advisor being the one.
Referral is linked to Action in a one to many relationship. Referral being the one.
If I run a query to find all the referrals and actions therefrom I only get the Referrals where there is data entered in the Action table.
How do I overcome this please?
Rob
Comment