Montana751
Programmer
I am trying to display Account Data even if no items exist in an Item table. You'd think joining the Account (primary) table with a Left Out Join to the Item table would deliver the results, but its not. Not sure if its because I have Equal To Joints from the Item table to other tables, like Class, Department, etc.
However, if I change the join between the Account and Item tables to a Greater or Equal To, then the data returns. This is not acceptable because sometime the AccountId is Less Than, so these values are not displayed on the report.
I have to display Account information even if there are no items associated with the Account.
Any suggestions???
However, if I change the join between the Account and Item tables to a Greater or Equal To, then the data returns. This is not acceptable because sometime the AccountId is Less Than, so these values are not displayed on the report.
I have to display Account information even if there are no items associated with the Account.
Any suggestions???