I am stuck in a problem that is to create cross tab between two tables which have no direct relation ..Here are my tables
Employee — contains employee data
Attendance — contains Day,Night, Mid-Night, EmpID, From-Date
EmpWages — contains Wages, FromDate
Cross tab should between Attendance & EmpWages Table
From-Date 1 …………From-Date N (EmpWages)
Day, Night, Mid-Night………..Day, Night, Mid-Night (Attendance)
Please help me
Here is what I did.