I could see narrowing it down to student / teacher / campus / equipment. However, I am having to track accessories with the equipment and need to be able to give numbers of chargers ect that I have so I really need the accessory table. What all do you picture being in the "booking" table? I literally have a couple of thousand items to track and they are often placed with students for indefinitely, or at least until an evaluation is completed and states that the student doesn't need said item any more. Also, the more I think about it again, I question my need for the junction table. I went into it thinking "each student can have multiple teachers and each teacher can have multiple students so I need the junction". However, since every device is assigned to a student, with a teacher signing off as being responsible for it, the device table functions as that junction table correct?Pat
You said you disagreed with my comment but I can see no possible use for either of these tables
- device category
- ipad_models
I'm far from convinced about several other tables shown in the relationships window.
Can't it be simplified to
- student / teacher / campus / equipment / booking plus the 1 junction table Tchstudent
Also, I feel at least 1 table is needed as a lookup table so I can limit responses.