In VB6 I used an ADO data control with an ODBC link to my Access database. The Recordsource of my ADO Data control holds the SQL statement "Select * from Table". I then had a Datagrid control which has the Datasource set to my ADO Data Control.
When using VB.NET I have set up the ADO data control and the Datagrid control, but when I try to attach the ADO Data Control to The Datagrid it doesn't appear in the drop down menu in properties.
Any suggestions, do I need to add any further references etc.
When using VB.NET I have set up the ADO data control and the Datagrid control, but when I try to attach the ADO Data Control to The Datagrid it doesn't appear in the drop down menu in properties.
Any suggestions, do I need to add any further references etc.