How do I add an item to a combo box?

B

brodymc80

I am creating a movie database. I have a field called "Director" which uses
a combo box that gives you the choices from a table of directors. Im trying
to get it to add a director to the table of directors if you type in
something in this field that is not in the list of choices. i dont know
anything about coding. any help would be appreciated. thank you.
 
G

Gijs Beukenoot

brodymc80 stelde de volgende uitleg voor :
I am creating a movie database. I have a field called "Director" which uses
a combo box that gives you the choices from a table of directors. Im trying
to get it to add a director to the table of directors if you type in
something in this field that is not in the list of choices. i dont know
anything about coding. any help would be appreciated. thank you.

A place to start is http://support.microsoft.com/?kbid=197526
 
Top