cycleninja
New Member
I've downloaded the sample Excel-As-Database-demo-v1 workbook and have modified it to meet the layout of the workbook I'm drafting. I've kept the same 3 combo boxes but have renamed throughout with the new cmb names and SQL fields, the Named Range 'dataSet' has been amended also, along with the structure of the data table which I've renamed classification.
When running the code, I get a Type 13 Mismatch error which highlights the following line of code:
'cmbUniclassGroupCode.AddItem rs.Fields(0)'
in the cmdUpdateDropDowns_Click Sub
I
Any assistance is greatly appreciated.
Dave
When running the code, I get a Type 13 Mismatch error which highlights the following line of code:
'cmbUniclassGroupCode.AddItem rs.Fields(0)'
in the cmdUpdateDropDowns_Click Sub
I
Any assistance is greatly appreciated.
Dave