I am new to Crystal Reports. I have two tables which I want all items from Table A and matching items from Table B. I have used a left outer join for this purpose. However, if there are non existent values in Table B, what I end up with is an equal join (only those items in Table A which match Table B). After searching thru the knowledge base at Crystal Decisions, I found that Crystal arbitrarily ignores null values (even though SQL Server isn't designed this way). Does anyone know how I can get a true left outer join? Can I alter the query? If so, how? Thanks so much.