Identify topmost record in subform/Continuous form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a subform designed to function as a dynamic checklist where
the record source contains hundreds of records and the default view is a
continuous form allowing users to display/scroll six records at a time. I
want to identify the topmost record currently displayed after a user selects
the checkbox for any one of the other records. The method I'm using
presently involves paging up and then down to reset the record pointer so I
can identify the top row. This works but not always as expected specifically
when the record source is filter to about 12 records. Does anyone know of
another more reliable method that can return a key value for the topmost
record?
 
Back
Top