I have a data control in a VB5 form. I have set up a connection to a SQL server through an ODBC connection. I have created two buttons. One that does a data.recordset.movenext and one that does a data.recordset.moveprevious. I can connect and everything works fine. I can move forward and back as long as I use those buttons. However, when I click on the data control, the system waits for about 20 seconds and then gives me an error. Anyone know why this may be happening?