Add New Combobox to table useing code

N

Nigel

I am using this code to add a new field to a remote table

dbs.Execute "ALTER TABLE orders ADD COLUMN chaincolor text(50)"

how would I modify this code to add the field as a combo box with the
following values, Metal and Stainless

thanks
 

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