Adding list option automatically

businessman

Registered User.
Local time
Yesterday, 17:29
Joined
Jun 19, 2006
Messages
79
This is probably something already talked about, but if i have a combo box that has an "Add New Entry" selection in it, and when the user clicks on it, i want to add what they want in to the table that the combo box chooses from. can I have that "Add New Entry" selection open a form with a text box, and then have that value enter into the table? What is the easiest way to do this?
 
The not in list event is probably the most common method of doing this. Searching here for "notinlist" should turn up various methods of using it.
 
is there a command for adding values to tables?
 
Yes; that search I mentioned will turn up several methods.
 

Users who are viewing this thread

Back
Top Bottom