Insert to a combo box

  • Thread starter Thread starter Harvey
  • Start date Start date
H

Harvey

Hello, can anyone help? I currently have a form that has
several combo boxes that I select items ie names from a
table. so far so good. When I begin to type a name, if it
is in the table, it appears and is selected. If it is not
there, I have to go into the table and insert it, then
come back to the form and select it. My question is. Is
there any way that when I enter it into the form, it is
automaticaly entered into the table?

Thank you

Harvey
 
Select the Properties for your Combo Box and set Limit To
List to No. This will allow you to enter selections in the
Combo Box provided it is correctly linked to the
underlying 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

Back
Top