Is the datagrid control limited to the datasource property being the ado data control, or can it be used with an ado object/recordset?
Printable View
Is the datagrid control limited to the datasource property being the ado data control, or can it be used with an ado object/recordset?
No it's not limited to the datacontrol.
This should be all you need to do
Set DataGrid.DataSource = ADORecordset
HTH
Phil