I would be very grateful if anyone can help me.
I have an unbound combo box on a form. Users are allowed to add new items. Limit to list is set to true and auto expand is false. When the not in list event is triggered I have vb code that allows the user to add a new item and then requeries the combo box. The problem is that when a new item is entered, the combo box drops down automatically but I don't want it to. I tried to find out where it was happening in the code by including breakpoints but as soon as there is a breakpoint even after the requery, then the box does not dropdown.
I have an unbound combo box on a form. Users are allowed to add new items. Limit to list is set to true and auto expand is false. When the not in list event is triggered I have vb code that allows the user to add a new item and then requeries the combo box. The problem is that when a new item is entered, the combo box drops down automatically but I don't want it to. I tried to find out where it was happening in the code by including breakpoints but as soon as there is a breakpoint even after the requery, then the box does not dropdown.