Hilda, your issue is with table design. The staff table should have StaffID, FirstName, LastName. The Shift table should have ShiftID, ShiftName. Then in a third table called Work, you have WorkID, StaffID, ShiftID. This way work 1 done by person 1 worked shift 2 and work 2 done by person 1...