Hi all,
I am using a SQLBase 7.6.1 and Crystal 9.
I have a simple link between 2 tables and am looking to show all records in the 1st table regardless of whether they have a link in the 2nd table.
I assumed that using an outer join rather than an inner join would solve this problem but I get the same results whether I use an inner or outer join......
I have written some SQL code which performs an outer join between these two tables and that works but in Crystal I still only get the records that match in the 2 tables.....
Am I missing something here? Any advice would be much appreciated... Are there any alternative methods of showing these records?
Thanks in advance,
Woody.
I am using a SQLBase 7.6.1 and Crystal 9.
I have a simple link between 2 tables and am looking to show all records in the 1st table regardless of whether they have a link in the 2nd table.
I assumed that using an outer join rather than an inner join would solve this problem but I get the same results whether I use an inner or outer join......
I have written some SQL code which performs an outer join between these two tables and that works but in Crystal I still only get the records that match in the 2 tables.....
Am I missing something here? Any advice would be much appreciated... Are there any alternative methods of showing these records?
Thanks in advance,
Woody.