Originally Posted by FunkyDexter
You actually want rowsource rather than datasource. Since you've got a reference to ADODC1 in your code I assume you've put a ADO Data Controller on your form and called it ADODC1. Select your datacombo and click on it's row source property, which should turn into a dropdown. Drop it down and you should see that your ADO data control is in the list, select it and you're done.
You'll probably have to call ADODC1.refresh to get the data control to pick up the data though.
BTW the datasource property is basically the same except it filters by the value in the bindid column and is used for showing information from child tables etc.