MsDYJ
Registered User.
- Local time
- Today, 08:55
- Joined
- Jul 29, 2009
- Messages
- 14
I'm building a database to manage projects with 5 tables. There is a main project table and the other 4 tables are all parts of the project (stake holder, resources, materials, results.)
My form is set up in a way where there is the main project entry form and it has a tab control that contains subforms that relate to the other tables. The first tab contains the subform "Stakeholders"
The problem is that I have only 2 projects, yet my main form is showing 6. In the first project there are 2 stake holders and in the second there are 4, which totals to 6. And what is happening when I skip to the next project it shows the 1st project twice and the 2nd project four times. For some reason I think that some issue with the tables and relationships is causing the database to count the stakeholders as projects.
I'm completely lost on this and would greatly appreciate any advice.
Many thanks in advance,
MsDYJ
My form is set up in a way where there is the main project entry form and it has a tab control that contains subforms that relate to the other tables. The first tab contains the subform "Stakeholders"
The problem is that I have only 2 projects, yet my main form is showing 6. In the first project there are 2 stake holders and in the second there are 4, which totals to 6. And what is happening when I skip to the next project it shows the 1st project twice and the 2nd project four times. For some reason I think that some issue with the tables and relationships is causing the database to count the stakeholders as projects.
I'm completely lost on this and would greatly appreciate any advice.
Many thanks in advance,
MsDYJ