From all the examples I've seen so far in this forum all I get is a static solution like "cbo.Items.Add(drCustomers("CompanyName"))", ie., only use the records in~sde a filed.
Well I'm building a little search function and I want to put the fields in a table to be in the Combobox.
So wich property from a dataset can I use to populate a combobox with the field names of a given table?
