Forum Discussion
Deleted
Mar 27, 2018Dependent Drop Down Lists
Hey - please can someone advice me of the best way to create a database in the following way
I would like to use three drop down lists, each dependent on the one before it.
The first dr...
kadirguler
Jan 18, 2021Brass Contributor
Hi,
The template I created by adding dependent drop-down lists on the userform may be useful for you.
There are 3 dependent drop-down lists and a textbox on the userform. In the first drop-down list, suppliers are listed, categories according to the selected supplier are listed, products according to the selected category are listed. Finally, the price of the selected product is shown in the textbox.
Source and sample file at : https://eksi30.com/create-dynamic-dependent-drop-down-lists-on-userform/
Jamil
Jan 19, 2021Bronze Contributor
- kadirgulerJan 20, 2021Brass Contributor
Thanks