list box

G

geepeetee

Hi

I have tried the help files but they aren't making any sense. I would like
to change a text box on a form to a list box so that once I enter the word
it is then added to the list for selection, alternatively I create the list
of options before hand and select them from the drop down menu, don't mind
which.

thanks in advance

Gary
 
R

Ron2005

Combo box is probably what you want. But you have to have it based on
a table and then in the notinlist event of the combo box add the
necessary code/quires, or whatever to add it to the table.

And/or use a specail form for control over what is added to the table.

Ron
 
Top