I am having a time with a join and could use some help.
First the db is MSSQL 7.0.
Two tables, Customer, Customer Data.
I have the customer table left joined to the customer data table by account.
In my report I have one group which is customer.account
I am displaying all the customers along with some other data in the group footer.
The problem is that if there is no data in the Customer data table the customer.account does not show in the group...I think it should with a left join...any suggestions
First the db is MSSQL 7.0.
Two tables, Customer, Customer Data.
I have the customer table left joined to the customer data table by account.
In my report I have one group which is customer.account
I am displaying all the customers along with some other data in the group footer.
The problem is that if there is no data in the Customer data table the customer.account does not show in the group...I think it should with a left join...any suggestions