shacdactvm
New member
- Local time
- Tomorrow, 04:10
- Joined
- Feb 2, 2015
- Messages
- 8
Hello there,
I want to create one query as follows. I have one query 'ManpowerMain' and a table 'Assesment'. I want to join this. Both having a primary key 'EmpID'.
Assesment Table Structure
ID EmpID AYear Mark Grading
1 123456 12-31-2013 9.20 Outstanding
2 123456 12-31-2011 8.50 Excellent
3 123456 12-31-2012 8.20 Excellent
ManpowerMain query structure
ID EmpID Name GP Position
1 123456 ABC 2400 Engineer
2 456789 XYZ 6600 Scientist
What I want is :
EmpID Name Mark in 2011 Mark in 2012 Mark in 2013
123456 ABC 8.50 8.20 9.20
Please help me.. I want to do it at the earliest
Sha
I want to create one query as follows. I have one query 'ManpowerMain' and a table 'Assesment'. I want to join this. Both having a primary key 'EmpID'.
Assesment Table Structure
ID EmpID AYear Mark Grading
1 123456 12-31-2013 9.20 Outstanding
2 123456 12-31-2011 8.50 Excellent
3 123456 12-31-2012 8.20 Excellent
ManpowerMain query structure
ID EmpID Name GP Position
1 123456 ABC 2400 Engineer
2 456789 XYZ 6600 Scientist
What I want is :
EmpID Name Mark in 2011 Mark in 2012 Mark in 2013
123456 ABC 8.50 8.20 9.20
Please help me.. I want to do it at the earliest
Sha
