Can anyone help with this i am trying to populate a combobox with the returned values of an SQL statement from an access database the statement returns the values that i want but don't know how to pass the values into the combobox.
SQL statement
SELECT DISTINCT Stock_Name
FROM Stock
WHERE (Supplier_ID = ?)
i am using the return a datatable option on the vb sql statement builder not sure if this is the right way to return the data but thats why i am asking for help with this.
any help greatly appreciated