When I was building my database, I had to take a lot of tables and turn them into junction tables since there could be so many records per project. For example:
On FormProjectDetails (where I enter in all the project details) I have SubFormStudyDesign, which can have 0 to 8 entries for one project. I thought that was great, until I ran a query and included the entries from SubFormStudyDesign. So when I want to see a certain type of project and i include the study design, I get that one project 11.01 six times! One for each entry of study design. I need to include study design in these queries, but is there a way to make it neater? Or to not have each project be a separate line? Or do I have to change design again? Does this make sense?
Thanks!
On FormProjectDetails (where I enter in all the project details) I have SubFormStudyDesign, which can have 0 to 8 entries for one project. I thought that was great, until I ran a query and included the entries from SubFormStudyDesign. So when I want to see a certain type of project and i include the study design, I get that one project 11.01 six times! One for each entry of study design. I need to include study design in these queries, but is there a way to make it neater? Or to not have each project be a separate line? Or do I have to change design again? Does this make sense?
Thanks!