blindlemonray
Technical User
Hi All,
I am trying to extract contact1 info along with email from contsupp.
My problem is when I add in contsupp table and specify rectype 'P' and/or contact 'e-mail address’ all I get is those records which have an email address. Any records that don't have an email address are excluded.
I thought that if my table’s linkage was a left outer join or a full outer join this would solve the problem as I thought this meant all from contact1 and only those from contsupp where fields are equal, but apparently not!
Any help would be much appreciated.
I am trying to extract contact1 info along with email from contsupp.
My problem is when I add in contsupp table and specify rectype 'P' and/or contact 'e-mail address’ all I get is those records which have an email address. Any records that don't have an email address are excluded.
I thought that if my table’s linkage was a left outer join or a full outer join this would solve the problem as I thought this meant all from contact1 and only those from contsupp where fields are equal, but apparently not!
Any help would be much appreciated.