Using Crystal 7, I am struggling with this scenario.
TABLE1 TABLE2
Client -------> Client
Account ------> Account
OtherField1 Table2Field
OtherField2
This is a left outer join. I want everyone in Table1 regardless if they show up in Table2. However, I only want those in Table2 where Table2Field = 'CRITERIA'.
({TABLE2.TABLE2FIELD} = "CRITERIA" or isnull ({TABLE2.TABLE2FIELD}) or {TABLE2.TABLE2FIELD} = '')
still only pulls records from TABLE1 that exist in TABLE2.
Can someone help before ALL my hair is snatched out?
Thanks.
Cathy
TABLE1 TABLE2
Client -------> Client
Account ------> Account
OtherField1 Table2Field
OtherField2
This is a left outer join. I want everyone in Table1 regardless if they show up in Table2. However, I only want those in Table2 where Table2Field = 'CRITERIA'.
({TABLE2.TABLE2FIELD} = "CRITERIA" or isnull ({TABLE2.TABLE2FIELD}) or {TABLE2.TABLE2FIELD} = '')
still only pulls records from TABLE1 that exist in TABLE2.
Can someone help before ALL my hair is snatched out?
Thanks.
Cathy