I have a 4 table layout; Answers, Teams, Project, Questions. Project is linked to Answers by Project ID, Teams is linked to Answers by Team ID (Answers has a composite key of Project ID and Team ID). Team ID is also the primary key for Questions and is linked to teams.
At present I have a main form in which the project is selected from a combo list, which in turn reveals another combo list containing all of the teams. Once a team is selected the relevant questions for that team are displayed. I need a form which enables me to selctively associate teams to each project, so when the Teams combo list is expanded on the main form, only the selected teams are visible and selectable.
Any assistance would be very gratefully received!
At present I have a main form in which the project is selected from a combo list, which in turn reveals another combo list containing all of the teams. Once a team is selected the relevant questions for that team are displayed. I need a form which enables me to selctively associate teams to each project, so when the Teams combo list is expanded on the main form, only the selected teams are visible and selectable.
Any assistance would be very gratefully received!