Insert to a combo box

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
 
M

Mark

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.
 
Top