I have a db that is tracking contracts. Each contract has a primary person (or entity) and could also have several secondary persons attached to the contract. What makes it a many to many relationship is that for every person in the database they could be tied to more than one contract and for every contract there are many people tied to it. So i created three tables and now i want to create a form to enter the data and that is where i am getting stuck!!! Need help!!! Example of tables
Contract table: ContractID (autonumber), date, addition info....
People table: PeopleID (autonumber),name, address......
Contract/People table: Contract/PeopleID (autonumber), ContractID (Number), PeopleID(Number) and Type (text).
The field "Type" is used to define whever the person is a Primary, Secondary, or co-signer for the contract.
I want to create a form to fill in the tables but am running into alot of problems. Any suggestions??
Thanks in advance
Contract table: ContractID (autonumber), date, addition info....
People table: PeopleID (autonumber),name, address......
Contract/People table: Contract/PeopleID (autonumber), ContractID (Number), PeopleID(Number) and Type (text).
The field "Type" is used to define whever the person is a Primary, Secondary, or co-signer for the contract.
I want to create a form to fill in the tables but am running into alot of problems. Any suggestions??
Thanks in advance