I have a two columns named “Company” & “Project”
I want to select all Projects for a particular Company & populate the resulting list of Products into a ComboBox.
I think ADODB would be the best way to achieve this.
I don’t know how to make Connection, Command Object etc. Please provide detailed code to achieve this.
I have done it using following code!