i have a scenario which i cannot resolve. rooms within our campus buildings can be occupied by multiple research groups. so on my form i was thinking of placing up to 3 cascading comboboxes.
box 1 to show all research group names. when the user selects a name from the list, box 2 will become active.
box 2 to will show all research groups names, minus the one selected in box 1. and so on.
i think my question is, is this possible or is there a more efficient way of doing this?
i have the database, i have the tables with the data. i am just looking for a way to manipulate the user input as described above.
thanks in advance for your support.