TheExample
MIS
I have 4 tables.
Project table (main project information)
SubProject table (events each related to the main project table with a foreign key)
Project Progress (progress toward main projects)
Sub Project Progress table (progress observed towards sub projects.)
The problem is created when all of these tables are joined with either one query or different queries. The tables are many to many and even have attempted to set up a junction table to hold everything. I must have the relationships set up wrong. Not sure how but I get repeated values within the sub projects when the progress tables are added into the equation. Very frustrating. Please help someone. Anyone!!!
Project table (main project information)
SubProject table (events each related to the main project table with a foreign key)
Project Progress (progress toward main projects)
Sub Project Progress table (progress observed towards sub projects.)
The problem is created when all of these tables are joined with either one query or different queries. The tables are many to many and even have attempted to set up a junction table to hold everything. I must have the relationships set up wrong. Not sure how but I get repeated values within the sub projects when the progress tables are added into the equation. Very frustrating. Please help someone. Anyone!!!