Hi!
I have a table with data like this:
NAME ID FT/PT STATUS AVAIL
AAA 10 F E 1
AAA 11 F R 2
AAA 12 P E 1
AAA 13 F E 3
AAA 14 P R 2
AAA 15 P C 1
AAA 16 F C 1
I need to show on my Report:
NAME NON-C C
Status_E Status_R FT PT
AAA countAVAIL countAVAIL countAVAIL countAVAIL
Is this possible to do without SUBs?
Thanks
AAA 1
I have a table with data like this:
NAME ID FT/PT STATUS AVAIL
AAA 10 F E 1
AAA 11 F R 2
AAA 12 P E 1
AAA 13 F E 3
AAA 14 P R 2
AAA 15 P C 1
AAA 16 F C 1
I need to show on my Report:
NAME NON-C C
Status_E Status_R FT PT
AAA countAVAIL countAVAIL countAVAIL countAVAIL
Is this possible to do without SUBs?
Thanks
AAA 1