Hello...
I need help with regard to making query
I have a table which field followup hereunder.
Name | Registration date | Category
Test | 01.03.13 |1
Test1 | 02.03.13 |2
Test2 | 02.03.13 |2
Test3 | 02.03.13 |1
i wanted retrieve data as follow. Please let me know if there is any possibility (without crosstab query)
Name | Registration date |[Category] as program|[Category] as training
Test | 01.03.13 | 1 |
Test1 | 02.03.13 | | 2
Test2 | 02.03.13 | | 2
Test3 | 02.03.13 | 1 |
Looking forward to your usual help
Regards,
Ben
I need help with regard to making query
I have a table which field followup hereunder.
Name | Registration date | Category
Test | 01.03.13 |1
Test1 | 02.03.13 |2
Test2 | 02.03.13 |2
Test3 | 02.03.13 |1
i wanted retrieve data as follow. Please let me know if there is any possibility (without crosstab query)
Name | Registration date |[Category] as program|[Category] as training
Test | 01.03.13 | 1 |
Test1 | 02.03.13 | | 2
Test2 | 02.03.13 | | 2
Test3 | 02.03.13 | 1 |
Looking forward to your usual help
Regards,
Ben