I have a main form where the user enters a few tidbits of information. Based on the type of meeting selected a subform will show the appropriate number of combo boxes. All of that works beautifully.
However, if a combo box has a value I can't ater set it to .visible = False (if a different and smaller meeting is then selected). It gives me "Error: You can't hide a control that has the focus. (2165)" Anyone have any ideas?
My theory is that one of the controls on the subform has focus in addition to a field on the main form - if so how do I fix that? Brambojr
However, if a combo box has a value I can't ater set it to .visible = False (if a different and smaller meeting is then selected). It gives me "Error: You can't hide a control that has the focus. (2165)" Anyone have any ideas?
My theory is that one of the controls on the subform has focus in addition to a field on the main form - if so how do I fix that? Brambojr