I have two bound combo boxes. I limit the list in the second one based on selections in the first, no big deal right? My problem is trying to add new data to the second combo box "on the fly", in other words, dynamically without having to go to a popup form. Apparently, because of the query to "limit the list", I am unable to get the "not in list" event to accept new data. I have a work around that involves hiding and showing fields, but it is slow and awkward.<br>If someone has experienced this problem I would much appreciate your solution.<br>Thanks in advance<br>(Using Access97)