Richardl78
Technical User
I am in desperate need of a reality check on a database I am trying to set up.
My company bids for many projects.
On each bid we have many partners.
But each partner can be on many other bids.
( there is much more information that I want to store, such as varying number of contacts for each partner and also for each project from a shared contact database, but I will keep things simple to start off with)
So I know that I have a many to many relationship here.
so I have:
TblPartners
With all the specific partner information
Autonumber Primary Key
TblProjects
With all the Specific Project Information
Autonumber Primary KEy
Link table
Tbl Link ProjectsPartners
With ProjectID and PartnerID shared Primary Key
I have linked the tables up in the relationships view
But how exactly do I set things up so I can enter the data?
How do I tell the database that Project X has partners A, B and F. I understand how Access automatically detects relationships in one to many relationships. But how can it work with Many to Many. I feel I am missing some extra thing I need to do.
Do I need to do a Query of some kind and then add a form?
Are subforms involved in some way?
I am pulling my hair out over this one and would be extremely grateful for any help?
Richard
My company bids for many projects.
On each bid we have many partners.
But each partner can be on many other bids.
( there is much more information that I want to store, such as varying number of contacts for each partner and also for each project from a shared contact database, but I will keep things simple to start off with)
So I know that I have a many to many relationship here.
so I have:
TblPartners
With all the specific partner information
Autonumber Primary Key
TblProjects
With all the Specific Project Information
Autonumber Primary KEy
Link table
Tbl Link ProjectsPartners
With ProjectID and PartnerID shared Primary Key
I have linked the tables up in the relationships view
But how exactly do I set things up so I can enter the data?
How do I tell the database that Project X has partners A, B and F. I understand how Access automatically detects relationships in one to many relationships. But how can it work with Many to Many. I feel I am missing some extra thing I need to do.
Do I need to do a Query of some kind and then add a form?
Are subforms involved in some way?
I am pulling my hair out over this one and would be extremely grateful for any help?
Richard