I am trying to get the value of a combobox after selecting an "OK" button but get "You can't reference a property or method for a control unless the control has the focus."
I understand what this means, but how to I get around it?
Most would probably say use .Value but when I press "OK" I am...