
Set/get current row using table object
Hello,
I assume you are using DAO, in which case maybe you could use a
combination of the recordset's move method, PercentPosition or
recordcount properties with the scrollbar property. Failing that,
could you not use a non-table type recordset, in which case you could
use the absoluteposition property of the recordset.
Alan Davis, Southampton, England