handle1134
Programmer
Hello
I want in a crosstab to add some fields in rows, but the field itself, not its values. For example:
Column: 2002 2003 2004 2005 Average
ROW:
StudentID:
Name:
Address:
Grade:
...
WorkerID:
Name:
Address:
Salary:
...
Notice that there are two different tables, Student and Worker, with different types of fields (grade / salary).
Do you know how to do this?
10x
I want in a crosstab to add some fields in rows, but the field itself, not its values. For example:
Column: 2002 2003 2004 2005 Average
ROW:
StudentID:
Name:
Address:
Grade:
...
WorkerID:
Name:
Address:
Salary:
...
Notice that there are two different tables, Student and Worker, with different types of fields (grade / salary).
Do you know how to do this?
10x