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
 
Top