I’m assuming that this can only be done in design view, but here goes….
I would like to change an input from a text box to a combo box dependant on what is entered into another control box. I would also need to be able to change it back again later in the routine.
I can see that there is vba code available to change the control type eg.
inputbox.ControlType = acComboBox
and that there are a number of other control values that can be changed, but I can’t do this when a form is open for input.
Any thoughts / suggestions?
John