R
Rob Hofkens
Hello everyone
I am using the NotInList event of a combobox to add new data to the list.
I use another table as the rowsource of the combobox.
What I want is a new form whith which I can add the new entry and some extra
info to the table.
Then I want to return to the combobox and update the rowsource so that the
new enry is in the list.
My problem is that while I open the new form to add the new value, the
calling form continues and gives me the standard "not in list error".
Somehow I need to hold on the caling form and wait until the new data in the
new form is added.
I tried to make the new form modal but that didn't do the trick.
I hope I described the problem clear enough.
Any help would be apreciated
Thanx in advance,
Rob.
I am using the NotInList event of a combobox to add new data to the list.
I use another table as the rowsource of the combobox.
What I want is a new form whith which I can add the new entry and some extra
info to the table.
Then I want to return to the combobox and update the rowsource so that the
new enry is in the list.
My problem is that while I open the new form to add the new value, the
calling form continues and gives me the standard "not in list error".
Somehow I need to hold on the caling form and wait until the new data in the
new form is added.
I tried to make the new form modal but that didn't do the trick.
I hope I described the problem clear enough.
Any help would be apreciated
Thanx in advance,
Rob.