G
Gianluca
Is there a way to determine by code what record is currently the uppermost
visible record in a continuous form?
Me.SelTop return the selected record.
But I need the user to select a record and the vba code
to know both the selected record and the first visible record of the form.
-I need to do some operations, update some records
- requery the form
- positioning the form so that the first visible record is
the same first record before my operations
Is there a way to do this ?
Thanks in advance
Gianluca
visible record in a continuous form?
Me.SelTop return the selected record.
But I need the user to select a record and the vba code
to know both the selected record and the first visible record of the form.
-I need to do some operations, update some records
- requery the form
- positioning the form so that the first visible record is
the same first record before my operations
Is there a way to do this ?
Thanks in advance
Gianluca