I am using a RDO connection to pull a resultset from a view of a SQL 2000 database. I get the correct amount of records returned but and can movefirst to start through the records but I only get to record 14 of 430 records and then the next movenext takes it to eof and my loop exits. What can I do to be able to navigate or why would this happen?