Forward-Only-Type Recordset Object (DAO)

From Microsoft DAO 3.60

Forward-Only–Type Recordset Object

               

This Recordset type is identical to a snapshot except that you can only scroll forward through its records. This improves performance in situations where you only need to make a single pass through a result set.

In an ODBCDirect workspace, this type corresponds to an ODBC forward-only cursor.