I have a combo box which looks up a customer ID for me to set the form frmClienteNvo to the corresponding customer. To add a new customer to my combo box, I use a command button to open a form where I add the new customer. After I close the form with the new customer added, using the combo box’s OnGotFocus event, I run a macro which requeries the combo box.
In the frmClienteNvo OnCurrent event, I have a statement which sets the combo box equal to the customer ID from the form so as to synchronize the combo box when I change the customer from somewhere else and not from the combo box.
The new customer shows up correctly in the combo box but, when I try to move to the new customer in the combo box, the accompanying form does not synchronize, and the new customer is not available
Any ideas of how to get the form back in synch?