P
Please Help
I have a table containing student # and the projects that they did. Records
are created one project per record. For example, if a student A did 4
projects, I would have 4 records, instead of one record with project
information across the record. Project information contain project code
(e.g. P123) and project description (e.g. 123 Project).
Is it possible to create a query where I can list the project information
across? For example, if a student has 3 projects:
Column A: Student #
Column B: Project Code 1
Column C: Project Description 1
Column D: Project Code 2
Column E: Project Description 2
Column F: Project Code 3
Column G: Project Description 3
I tried to use Cross-tab query, and it didn't seem to work.
Thanks.
are created one project per record. For example, if a student A did 4
projects, I would have 4 records, instead of one record with project
information across the record. Project information contain project code
(e.g. P123) and project description (e.g. 123 Project).
Is it possible to create a query where I can list the project information
across? For example, if a student has 3 projects:
Column A: Student #
Column B: Project Code 1
Column C: Project Description 1
Column D: Project Code 2
Column E: Project Description 2
Column F: Project Code 3
Column G: Project Description 3
I tried to use Cross-tab query, and it didn't seem to work.
Thanks.