Add Record from a combo box

yahazim

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

Users who are viewing this thread

Back
Top Bottom