I have a table with details about hotels including their name and address.
In one of my forms I have a combo-box where I can select the hotel area and a second combo-box that display the name of only the hotels that are in the area selected in the first combo-box.
My problem is that in certain cases I would like to view all of the hotels in the second combo-box, how can I add that option in the first combo box?
In one of my forms I have a combo-box where I can select the hotel area and a second combo-box that display the name of only the hotels that are in the area selected in the first combo-box.
My problem is that in certain cases I would like to view all of the hotels in the second combo-box, how can I add that option in the first combo box?