Add New Combobox to table useing code

  • Thread starter Thread starter Nigel
  • Start date Start date
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
 
Back
Top