Hi All--I just need some info on making a type of scheduling form in which users can easily assign students and staff to different groups or teams. Here are the tables:
tblStaff: StaffID, StaffLname, StaffFname, TeamID, (more staff-related fields)
tblStudents: StudID, StudLname, StudFname, TeamID, (more student fields)
tblTeams: TeamID, Team
During the school year, students will be grouped along with multiple staff members in teams. These groups may change.
Users would like a fast and easy way to change the TeamID values of students and staff--without having to open the student and/or staff entry/edit forms and click a combo or listbox.
Any guidance would be appreciated. Thanks!![]()