Add new items to lookup field

C

ccizin

I have a ongoing list of items I am entering into a form on a database.
I created a lookup field with the following items for example:

apples
oranges
grapefruit
plums


As I go along I want to add Bananas and Peaches to my lookup field list
without having to manually enter it on the table directly. I would
prefer to just type into form

Is there a simple way to do this (non-VB)?
 
G

Guest

You could try this. Change the lookup field (listbox/combobox) Limit To List
property to No.
Add the the forms On Close property a macro that appends any new items to
the lookup table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top