Forum Discussion
aramirezferrer
May 28, 2024Copper Contributor
I have an Issue with event DropDown in combobox in Access's form
In a form, I have a combo box that changes dynamically, i.e., during execution each time I select it. Everything works fine except for the DropDown, which does not "auto-expand." I am sending the cod...
George_Hepworth
May 29, 2024Silver Contributor
I would move this line outside the If ... End If structure.
...
End If
Caracteristicas.Dropdown
And I would do that anyway. Why repeat the line multiple times.
...
End If
Caracteristicas.Dropdown
And I would do that anyway. Why repeat the line multiple times.