Y yahazim Registered User. Local time Today, 09:10 Joined Apr 2, 2001 Messages 24 Apr 4, 2001 #1 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?
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?
L llkhoutx Registered User. Local time Today, 03:10 Joined Feb 26, 2001 Messages 4,018 Apr 4, 2001 #2 Use the NotInList event - see Litwin's Access 97 Developer's Handbook. It has reusuable code for this.
Use the NotInList event - see Litwin's Access 97 Developer's Handbook. It has reusuable code for this.
Y yahazim Registered User. Local time Today, 09:10 Joined Apr 2, 2001 Messages 24 Apr 4, 2001 #3 Is it possible to create a NotInList event for a combo box that references a primary key?