matrixindicator
IS-IT--Management
Hey,
I have 2 comboboxes. In every new form screen (order input) these are empthy. Important, the second comboboxes kan only be activated if there is a value or a selection made in the first combobox. I tried something but does not 100% the job.
Other options are, make visible, not visible.
Wonder also under with event I should put my code. Now it is under Enter
Good advice welcome !
I have 2 comboboxes. In every new form screen (order input) these are empthy. Important, the second comboboxes kan only be activated if there is a value or a selection made in the first combobox. I tried something but does not 100% the job.
Code:
if (IsNull([combobox1].value) then
Me!combobox2.locked = true (ok)
me!combobox2.dropdown false (not ok, he drop down)
Other options are, make visible, not visible.
Wonder also under with event I should put my code. Now it is under Enter
Good advice welcome !