Hello everyone,
I have many tables, these tables are details for each task of a project, (example, translation, directing, typing, etc...). The project has an ID number. Most of the tasks are performed by a signle person, but some have more persons.
I am trying to create report to show all the personnel that participated in each task. What is happening is that if a task has 5 directors and 1 translator, i will get 5 reports for the same project, the same people are repeated but only change the director eac time. If i have 10 directors am getting 10 reports for the same project.
How can i get 1 report for each project which shows all the participants under its heading, that is to show all translators under translator, all directors under director, but not to repeat the same translator as many as there are different directors.
I tried dooing it by adding subreports on a single report but it gets very slow
thanks in advance
I have many tables, these tables are details for each task of a project, (example, translation, directing, typing, etc...). The project has an ID number. Most of the tasks are performed by a signle person, but some have more persons.
I am trying to create report to show all the personnel that participated in each task. What is happening is that if a task has 5 directors and 1 translator, i will get 5 reports for the same project, the same people are repeated but only change the director eac time. If i have 10 directors am getting 10 reports for the same project.
How can i get 1 report for each project which shows all the participants under its heading, that is to show all translators under translator, all directors under director, but not to repeat the same translator as many as there are different directors.
I tried dooing it by adding subreports on a single report but it gets very slow
thanks in advance