12-06-2021 02:37 AM
Hello everyone,
I would like to create a dependency between two comboboxes. I filled combobox1 using a list and also created a list for combobox2. Now, as soon as a term is selected from combobox1, combobox2 should be filled with the terms from the list for combobox2. The lists for combobox1 und combobox2 were created with vbscript and saved under list1.asc and list2.asc.
Thanks a lot for your support.
Best regards
Alexander
12-07-2021 03:36 AM
Hello Alexander,
If I understand you correctly, you would like to have a dialog with combo boxes where the first combo box is responsible for the content of the second one. For this scenario I have created a small example which is attached.
Greetings
Walter
12-09-2021 08:57 AM
Hello Walter,
thank you very much. That helped me!
Greetings
Alexander