EdMacDonald
Programmer
I'm trying to display the contents of an ADODB.RecordSet object on a form - read only.<br><br>I've tried to use a DataGrid but can't figure out how to add rows to the grid. Columns.Add works to add all the fields, but I can't figure out how to insert.<br><br>I tried accessing a row using DataGrid.Row = i but get a RecordSet not available error.<br><br>Is it possible to use this control unbound like this.<br><br>Thanks,<br><br>Ed