Hi all,
I am designing a database named grants in MS Access. It basically deals with
1) A group of people write a proposal for projects that they want to do.
2) The proposal is submitted to a funding agency for consideration.
3) At some time in the future, the funding agency may or may not accept the proposal and make an award to fund the project.
For this I have created 5 tables
1) Proposals: ProposalID(Prim ary Key), ProfessorID, Project Number, Title, ProposalBeginDa te, ProposalEndDate , ProposalAmount, SubmitDate, Notes.
2) Professors: ProfessorID(Pri maryKey), Role, FirstName, Lastname, College.
3) Agencies: AgencyID(Primar ykey), Agency, Program, Agencyfundingty pe.
4) Awards: AwardID(Primary key), ProposalID, Increment, BeginDate, EndDate, Amount, AwardDate, AccountNumber.
5) Departments: DepartmentID(Pr imarykey), Departmentcode, Department.
--Proposals and agencies have many to many relationship so I created a temp table Proposals_Agenc ies with fields- ProposalID, AgencyID.
--Professors and Departments also have many to many relationship, so I created temp table Professors_Depa rtments with fields- ProfessorID, DepartmentID.
Professors and Proposals have one to many relationship.
Proposals and Awards have one to many relationship.
Now the problem im not able to figure out how to create the forms and corresponding subforms to the above database so that data is correctly entered into the tables. I need your help in this regard. I have tried so many examples but im getting errors in entering the data. If you have any template similar to this one it will be really useful to me.
I would be grateful for any assistance with this database.
Thanks
Shilpa
I am designing a database named grants in MS Access. It basically deals with
1) A group of people write a proposal for projects that they want to do.
2) The proposal is submitted to a funding agency for consideration.
3) At some time in the future, the funding agency may or may not accept the proposal and make an award to fund the project.
For this I have created 5 tables
1) Proposals: ProposalID(Prim ary Key), ProfessorID, Project Number, Title, ProposalBeginDa te, ProposalEndDate , ProposalAmount, SubmitDate, Notes.
2) Professors: ProfessorID(Pri maryKey), Role, FirstName, Lastname, College.
3) Agencies: AgencyID(Primar ykey), Agency, Program, Agencyfundingty pe.
4) Awards: AwardID(Primary key), ProposalID, Increment, BeginDate, EndDate, Amount, AwardDate, AccountNumber.
5) Departments: DepartmentID(Pr imarykey), Departmentcode, Department.
--Proposals and agencies have many to many relationship so I created a temp table Proposals_Agenc ies with fields- ProposalID, AgencyID.
--Professors and Departments also have many to many relationship, so I created temp table Professors_Depa rtments with fields- ProfessorID, DepartmentID.
Professors and Proposals have one to many relationship.
Proposals and Awards have one to many relationship.
Now the problem im not able to figure out how to create the forms and corresponding subforms to the above database so that data is correctly entered into the tables. I need your help in this regard. I have tried so many examples but im getting errors in entering the data. If you have any template similar to this one it will be really useful to me.
I would be grateful for any assistance with this database.
Thanks
Shilpa
Comment