I have created a main form for data entry. It contains a subform to apply the main form's data to several different "customers". Everything works fine and data goes exactly where I want it to.
However, I'm having one minor issue. The subform contains a single combo box, used to select a customer, and the form is in Continuous Forms view. I want the user to be able to click the drop down to choose a customer, and upon hitting enter and/or tab, go to the combo box in the next subform row and begin typing without having to click there.
I'm new to VBA and don't want to create an event upon enter/tab that potentially affects my data entry. Is there another way to accomplish my goal?