list box

  • Thread starter Thread starter geepeetee
  • Start date Start date
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
 
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
 

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

Similar Threads


Back
Top