E
esi
I have a tblpayroll table with the following fields:
tblpayroll
Period
Dept.
Hours Code
Hours
I also have 2 other tables
tbldept
dept.
and
tblperiod
period
I want to be able to see hours for every period and every dept. If a period
or dept has no hours, I want to see a "blank" in the query results. I can
do this with left joining 1 table but, not two and I have not been able to
setup 2 queries based on the way I want my data results.
tblpayroll
Period
Dept.
Hours Code
Hours
I also have 2 other tables
tbldept
dept.
and
tblperiod
period
I want to be able to see hours for every period and every dept. If a period
or dept has no hours, I want to see a "blank" in the query results. I can
do this with left joining 1 table but, not two and I have not been able to
setup 2 queries based on the way I want my data results.