View Full Version : Add Record from a combo box


yahazim
04-04-2001, 09:49 AM
How do I create a combo box that shows a list from a table, and also allows me to add an entry to that table or select query that it references?

llkhoutx
04-04-2001, 09:57 AM
Use the NotInList event - see Litwin's Access 97 Developer's Handbook. It has reusuable code for this.

yahazim
04-04-2001, 11:33 AM
Is it possible to create a NotInList event for a combo box that references a primary key?