I have a form with a BeforeUpdate event that populates other text fields when the user makes a selection in a combobox.
I want the user to be able to enter new text into the combobox and tab to the next field without triggering the event. It seems the tab key press triggers the event as well as a selection in the combobox.
Any ideas?
I want the user to be able to enter new text into the combobox and tab to the next field without triggering the event. It seems the tab key press triggers the event as well as a selection in the combobox.
Any ideas?
Comment