Combobox loses list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with a combobox to list equipment ID but I can't get the box
to keep the list after the form is closed. I have it where it will add an
item and prompt you for entry if it does not see it in the list but it will
not keep it. Any suggestions?
 
You do not say what you are using to populate the list. Are you using a
table or a query or is it just a value list?


Mr B
 
I'm no genuis at this but I have the rowsource property set to one table with
one feild in it and the combobox itself is bound to another field in another
table. It will put the items from the table I have listed in the row source
into the list but I need to be able to add to this table when a person adds
an item in the combobox that is not listed. The table the controlsource is
bound to is part of an overall order form,(record), to tell me what item it
was saved as when created.
 

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

Back
Top