On Not in List

B

bw

I have this statement which inserts a new value into the table zContactTitles.
CurrentDb.Execute "INSERT INTO zContactTitles(Title) VALUES( """ & NewData & "");"

But suppose the values I'm using in my ComboBox is a list, and NOT a table? How (if it is
possible), do I insert new values into the list?

Thanks,
Bernie
 

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

Top