I have designed a simple table for the dismissal in our school.
On one tab I have “Today dismissal”
On the second tab I have 25 inputs : each line has a homeroom name and an image attached to the homeroom. The second tab is also attached to the first one.
I have then from tab one created a form where we can select the homeroom with a drop down menu.
I have also a view that shows ONLY the new entries based on a simple criteria: the date (today). I am then sharing this view so the security guard a the school gate can see from his iPad set up to refresh every 5 seconds the homerooms ready for dismissal and call the parents in.
What i would like to do:
If i sleeve homeroom x today, homeroom x is not available anymore from the drop down menu just for today. So i can see in my drop down when all the 25 classes have already been selected.
The following day, because it’s day+1, all the 25 homerooms are still available in the drop down menu.
How can I do this?