AcctSolver
Technical User
I am using Crystal 2008. I have two tables. First table has all employees. Second table has their banking information. I want to obtain the population of all employees with no banking information. I have links on employee#, SSN, etc.
What kind of join should these tables/links have? I have tried excluding various fields from the banking table in my selection statement and still wound up with a record for each employee in the employee table (of course). I only want a record to return from the employee table when there is no record in the banking table. Where did I go wrong?
What kind of join should these tables/links have? I have tried excluding various fields from the banking table in my selection statement and still wound up with a record for each employee in the employee table (of course). I only want a record to return from the employee table when there is no record in the banking table. Where did I go wrong?