I have a form that has three cascading combo boxes. The first combo box contains a list of locations for our company (ie Boston, Tokyo, Los Angeles..etc), the second combo box contains a list of facilities at the chosen location (ie South St., Computer Dr., etc for Boston), and the third combo box contains a list of rooms used for meetings and/or training in the chosen facility (ie Conference Room, Patriots Room, etc for Computer Dr.).
The list of rooms that I have (some 800 total), surprisingly, doesn't contain every possible room. I have created a command button to open a new form to add a room and add it to the list of rooms.
My question: How can I code the form so that when I open the form and add a new room the data added to the rooms table will contain the appropriate Location ID (LocID) and Facility ID (FacID) so that the next time I want to choose that room it will fall under the correct Location and Facility?
I hope this makes sense.
The list of rooms that I have (some 800 total), surprisingly, doesn't contain every possible room. I have created a command button to open a new form to add a room and add it to the list of rooms.
My question: How can I code the form so that when I open the form and add a new room the data added to the rooms table will contain the appropriate Location ID (LocID) and Facility ID (FacID) so that the next time I want to choose that room it will fall under the correct Location and Facility?
I hope this makes sense.