Hey there forum friends, I have a dilemma. I have a table (let’s call it tblAcctNum). It has two fields, AcctNumber and AcctName. On one of my forms, I have a combo box that looks up numbers in the “AcctNumber” field. The main reason for this is many of the “AcctNumber”s are used quite frequently. I also have a dlookup function on my form that displays the “AcctName” field that is matched to the AcctNumber. I am familiar with how to set the “not in list” event procedure to add a new AcctNumber. My dilemma is, I want the “not in list” event to open a pop-up form that will allow me to enter BOTH new fields, then click a save button that will return me back to the original form with the new information added so I may continue. When the pop-up form pops up, I would want it to have the new AcctNumber I entered already filled in, with my focus on the AcctName field. (In other words, when I add a new number to the list, I need a way to put an AcctName with that new number) I really wouldn’t even mind if after adding the new number, it simply popped up and asked me to give it the name. What ever will seem to be the cleanest easiest way for this to work, Thanks in advance!!!
Last edited: