I would like to know the best way to create a combo box which is linked to the selection of another combo box. For example, in combo box number 1 selects 'fruits', the options in combo box number 2 are mango, orange and kiwi.. When the user selects in combo box number 1 'vegetables', in combo box number 2 the options are carrot, artichoke, and tomato. Both combo boxes should be linked to the same table called Produce.
I don't have trouble building the query to support combo box number one, but don't understand how I can link what is selected to the query supporting combo box number 2.