I'm using Crystal 2008 and SQL 2008
I have two tables, one is an assignment table, and one is an invoice table. There are assignments that are not invoiced. I need to create a report that includes all assignments with additional data for assignments which have been invoiced.
I have tried the join in SQL (several different ways with the same results) and in Crystal; I even tried it as a sub report. I expect my results to show all the data for the assignment side with sporadic nulls on the invoice side, but it is acting like an inner join in all cases.
Has anyone run into this? Any idea what could be causing it or what else I could try?
Thank you
VE
I have two tables, one is an assignment table, and one is an invoice table. There are assignments that are not invoiced. I need to create a report that includes all assignments with additional data for assignments which have been invoiced.
I have tried the join in SQL (several different ways with the same results) and in Crystal; I even tried it as a sub report. I expect my results to show all the data for the assignment side with sporadic nulls on the invoice side, but it is acting like an inner join in all cases.
Has anyone run into this? Any idea what could be causing it or what else I could try?
Thank you
VE