I created a drill-down in Access using a combobox and 2 listboxes. The combo would generate a listing in listbox1 and a doubleclick on an item in listbox1 would generate more info in listbox2. Now i am trying to learn how to do this very same thing in VB6 but am totally lost. I created a DED connection to the access data to be used for the drill down. I started off trying to use a DataCombo and 2 DataGrid's as part of the drill down. I am not sure if this is the ideal setup or not. I am having trouble binding the data correctly. The DataCombo only displays the first line of the database. I am lost here as what to do next. All my reference material have examples using ADODC controls but i don't want to have them on my form. Is it possible to just bind the DataGrid to the DataCombo? Excuse me if i am way off here but this is all new to me. Any help with the correct controls, setup, etc. would be invaluable.
Thank you,
Brian
Thank you,
Brian