Hi,

I have an ADO recordset with a datagrid. Now, everytime I go through the recordset, this is shown visibly on the datagrid.

Thus, when I print the records in the recordset or perform a search to the recordset, the datagrid scrolls from the first record to the last or until it finds the record being searched.

This process is very slow. Is there a way to go through the records in the recordset without the datagrid scrolling and still have the datagrid associated with the recordset. I do not need to see all the scrolling when printing or searching.

Thanks,

RF