Uppermost record displayed in a continuous form

D

Daniel

Is there a way to determine in code what record is currently the uppermost
visible
record in a continuous form? I can use Me.SelTop = x to set it, but the
value of Me.SelTop does not seem to change when I scroll.

What I want to do is to be able to perform a Me.requery and then display the
same records (scroll down to the same place in the ordered recordset) as
before the requery.

Any ideas?
 
Top