Hi, I am new to access and have no programming or VB experience, please be gentle with me and do not get to techy, thanks.
I have a customer combo on a form, when I select a record it auto completes 5 text boxes that make up the address etc. (text box 1 = [customer].column(2) and so on for each text box).
What I want to do is if there is a new record I want to be able to go to my customers records make a new record and then update the original form I was working on.
I have managed with some help to get part of the way by adding a notonlist event in the combo box which opens my customers form. Here I can create a new record.
My problem is that when I return to my other form the new record does not appear in the drop down. If I close and then re-open the form it is there.
Can anbody tell me how I can make it that I do not have to close the form and go back to it.
TIA
Steve