I have a form that has one field which actually a combo box from a field on another form. The idea is that my user will only be able to draw off a list of available customers, and if not on the list, they need to go to the customer form and add a new customer. This is done by a command button.
The difficulty is that the new Customer record added on the second form does not automatically become part of the records available on the first form.
Is there a way to make this happen? Or did I not make myself clear enough?
The difficulty is that the new Customer record added on the second form does not automatically become part of the records available on the first form.
Is there a way to make this happen? Or did I not make myself clear enough?