Apologies if this has been asked before, but I couldn't find anything.
I have a form with quite a few fields on it. What I want to do is have a ComboBox which holds a list of all the field names. I want the user to be able to pick a field from the list and the form sets focus to the field they have chosen.
I have my combobox but how can I write the On Click VBA to set focus to what the user picks?
I have a form with quite a few fields on it. What I want to do is have a ComboBox which holds a list of all the field names. I want the user to be able to pick a field from the list and the form sets focus to the field they have chosen.
I have my combobox but how can I write the On Click VBA to set focus to what the user picks?