I'll make this simple. I have an Access Database that list's every employee's number (Personnel.EmpNo)
I link the Access document to an Oracle DB via Personnel.EmpNo <-> Sales.Emp_No
In that same Sales table, there is a field called Sales.Ticket, which is a unique number. Then, I do a count and suppress all but the count and group name. Here's the output
EmpNo # of Sales
002 16
004 10
005 2
Now, if an employee doesn't have a sell that month, the employee number is not listed on the report at all.
My goal is to list the employee number and state that the total is 0. How can this be acheived?
TIA
I link the Access document to an Oracle DB via Personnel.EmpNo <-> Sales.Emp_No
In that same Sales table, there is a field called Sales.Ticket, which is a unique number. Then, I do a count and suppress all but the count and group name. Here's the output
EmpNo # of Sales
002 16
004 10
005 2
Now, if an employee doesn't have a sell that month, the employee number is not listed on the report at all.
My goal is to list the employee number and state that the total is 0. How can this be acheived?
TIA