Hi all:
I am using Cr9 and I am having difficulties with this scenario:
Employee table (empid,fname,lname)
Sales table (empid,sales_date,amount)
For each employee in employee table I would like to list sales amount by date,
whether the employee exist in the sales table for that day or not..
Somthing like
Date 04/01/2006
John smith 100$
Peter Black ---------> has no sales that day
King Kong ---------> has no sales that day
Gladiator 50$
etc
Date 04/02/2006
John smith ---------> has no sales that day
Peter Black 300$
King Kong 20$
Gladiator ---------> has no sales that day
etc
Appreciate your help
back2tek
I am using Cr9 and I am having difficulties with this scenario:
Employee table (empid,fname,lname)
Sales table (empid,sales_date,amount)
For each employee in employee table I would like to list sales amount by date,
whether the employee exist in the sales table for that day or not..
Somthing like
Date 04/01/2006
John smith 100$
Peter Black ---------> has no sales that day
King Kong ---------> has no sales that day
Gladiator 50$
etc
Date 04/02/2006
John smith ---------> has no sales that day
Peter Black 300$
King Kong 20$
Gladiator ---------> has no sales that day
etc
Appreciate your help
back2tek