Hey guys,
I am trying to limit what my users can choose when filling out a shift bid. This is a VERY simple database and will be tossed when the bid is over.
I have two tables "Shiftbid" and "tblOptions"
In my form I have a list of combo boxes that have their datasource set to "tblOptions" the user has a numerical choice from 1 to 14.
As the user is filling out the options I want to limit the choices available in the other combo boxes.
For instance a user would not be able to go down the list and place a "1" in each combo box, if they did, they would receive an error.
I tried to search for an answer but most deal with cascading combo boxes, where a user wants to filter table values based on another table.
I have attached an image if it helps.
Thank you!
I am trying to limit what my users can choose when filling out a shift bid. This is a VERY simple database and will be tossed when the bid is over.
I have two tables "Shiftbid" and "tblOptions"
In my form I have a list of combo boxes that have their datasource set to "tblOptions" the user has a numerical choice from 1 to 14.
As the user is filling out the options I want to limit the choices available in the other combo boxes.
For instance a user would not be able to go down the list and place a "1" in each combo box, if they did, they would receive an error.
I tried to search for an answer but most deal with cascading combo boxes, where a user wants to filter table values based on another table.
I have attached an image if it helps.
Thank you!