How to add new item on combo box using after update event?
D Douglas J Steele Feb 13, 2006 #2 If you're asking how to do it in the combo box's AfterUpdate event, that's not the right event. Use the NotInList event. There's an example at http://www.mvps.org/access/forms/frm0015.htm at "The Access Web"
If you're asking how to do it in the combo box's AfterUpdate event, that's not the right event. Use the NotInList event. There's an example at http://www.mvps.org/access/forms/frm0015.htm at "The Access Web"
W Wayne Morgan Feb 13, 2006 #3 Don't, use the NotInList event instead. The help file has a very good example of doing this. You will also find an example here: http://www.mvps.org/access/forms/frm0015.htm
Don't, use the NotInList event instead. The help file has a very good example of doing this. You will also find an example here: http://www.mvps.org/access/forms/frm0015.htm