I'm new to Access programming. I followed Microsoft online instructions for the notinlist event. The code goes from an order form combobox client name to a data entry client form when the user selects a client not in the list. After entering the new client info and closing that form, the focus(?) returns to the client-name order form combobox. The new client information does not appear on the list. I have to manually clear the combobox, close and then reopen the order form. The new client information then appears.
When attempting to requery the combo box, an error message appears that the "field must be saved before requerying."
Thanks
When attempting to requery the combo box, an error message appears that the "field must be saved before requerying."
Thanks
Comment