I’m building a database to track uniform assignments for the local high school marching band. I have one table for students, another for the jackets, another for the pants, and so on.
In the Students table, I have a field using the link to another record
option linking to a jacket. I’ve been careful to make sure to not Allow linking to multiple records
.
I’ve then gone into the Jackets table, and made sure to not Allow linking to multiple records
.
What I can still do, however, is assign the same jacket to multiple students.
And when I go to the Jackets table, I can see that the same jacket is assigned to two people.
I would love to have this set up in such a way so that once a jacket is assigned to one student, it is not allowed to be assigned to a second one. Is there a way to do this?