Hi Guys,
I am currently creating a database based on University projects. As an overview, the tables i am using are:
Projects: Contains details of projects such as costs, dates, department etc
Staff: Contains a list of staff members within the university
AssignedStaff (Associate table): Contains project and staff IDs, staff role for that project and whether they are leading the project.
Staff and Project have a many-to-many relationship.
I have created a project main form. In order to show the staff member associated to this project (name etc) i have created a query which puts the staff details (Staff table) and role (AssignedStaff table) together. From this i have created a subform on the projects form. My problem is, how do i actually insert data into this subform appending the associated table. I have created combo boxes which are linked to the tables however I get a "cannot add record: Join key of *table* not in recordset".![]()
Thanks