Does anyone know what vba code I need to use in order to move focus from a combo box to another control? The usual .setfocus method isnt working because the combo box is bound to a Multi Valued field. I receive the RunTime Error 2110. The control I am trying to move to is just a simple text box that is enabled and is visible so it has nothing to do with the text box control and is definitely the MVF combo box.