Good morning all,
I'm stuck on my app.
I want to do Cascading DropDown with several comboboxes from a collection.
I have a collection called colaA 3 columns:
Customer;
ValidClient;
tblClient (is this a column?)
In my first combobox I get the name of the customer,
then in the second combobox I retrieve the title according to the name of the customer chosen in the first combobox.
I added a third combobox which must recover the season but I can't do it I have an error message.
Can you help me ?
thank you