I have a problem, and I think it centers around me not being able to figure out how to do a full outer join in CR. It could be something else, and any workarounds or advice is very welcome!
I have three tables:
info acct1 acct2
==============================
cust_no acct_no acct_no
cust_nm acct_tp acct_tp
cust_ad cust_no cust_no
I want to be able to list all info.cust_no where there is NO corresponding acct1.cust_no OR acct2.cust_no. In other words, if I have customers defined with no accounts at all, I want to know who they are.
I think I've managed to do this in access (not using CR) with a full outer join (+)=+ ...but I can't seem to get it in Crystal.
I'm using CR 8.5 and connecting to a Sybase 11 DB.
Thanks very much.
I have three tables:
info acct1 acct2
==============================
cust_no acct_no acct_no
cust_nm acct_tp acct_tp
cust_ad cust_no cust_no
I want to be able to list all info.cust_no where there is NO corresponding acct1.cust_no OR acct2.cust_no. In other words, if I have customers defined with no accounts at all, I want to know who they are.
I think I've managed to do this in access (not using CR) with a full outer join (+)=+ ...but I can't seem to get it in Crystal.
I'm using CR 8.5 and connecting to a Sybase 11 DB.
Thanks very much.