matrixindicator
IS-IT--Management
I have seen an example of the method dropdown (open) a combobox, but it seem to work only if the combobox has the event GotFocus.
Is the next possible ? I have a first combobox, he limit the selected records in the next combobox. To make it more understandable.
first combobox select "warehouses".
second combobox select any houses of the type warehouses (this works).
When the first selection is done, open the second combobox (dropdown automatically), how to ?
Code:
me.cboFirst.dropdown
first combobox select "warehouses".
second combobox select any houses of the type warehouses (this works).
When the first selection is done, open the second combobox (dropdown automatically), how to ?