Hi Forum,
Is there a way to code on a Form with a combo box, but instead from choosing from the list, user enters its own text and that text gets added onto the table where it is sourced from.
Thanks,
Raymond Chow
Hi Forum,
Is there a way to code on a Form with a combo box, but instead from choosing from the list, user enters its own text and that text gets added onto the table where it is sourced from.
Thanks,
Raymond Chow
Search on "notinlist", which should turn up the 2 basic methods, both of which use the combo's not in list event.
Actually, the Boys of Redmond made it easier, as of v2007! I assume these instructions are still accurate for later versions:
In Form Design View:
- Right-Click the Combobox Control
- Click on Properties
- Go to the Data Tab
- In the List Items Edit Form Property, enter the name of the Form where the items in the Combobox were originally entered
When you find out that the item is not in the Combobox :
- Select any item from the Combobox
- Right-Click on the Combobox
- From the popup menu select Edit List Items
- Your Form will come up automatically
- Enter the new item's data
- Close the Form
- Now select the new Item from the Combobox
Linq ;0)>
Hmmm doesn't seem to work. I actually another thing I want to do instead.. If I want to expand the combo list, so like the combo values are "Hi", "There", "Friend". Single values will only allow you to select one of the 3; however, I can make still put them altogether at once because I allow edits. Is there a way to make them able to auto find the word say I started "Hi, "Fr....".... Access should find "Friend" when I type in "Fr".Actually, the Boys of Redmond made it easier, as of v2007! I assume these instructions are still accurate for later versions:
In Form Design View:
- Right-Click the Combobox Control
- Click on Properties
- Go to the Data Tab
- In the List Items Edit Form Property, enter the name of the Form where the items in the Combobox were originally entered
When you find out that the item is not in the Combobox :
- Select any item from the Combobox
- Right-Click on the Combobox
- From the popup menu select Edit List Items
- Your Form will come up automatically
- Enter the new item's data
- Close the Form
- Now select the new Item from the Combobox
Linq ;0)>
Closing this thread since you've posted an updated question:
https://www.accessforums.net/showthread.php?t=67842