O
operator
I am currently using Me.Requery as the function behind a "Refresh"
button. The behavior for Me.Requery is to run the RecordSource query on
the form and go to the first record of the subset. I would however like
it to stay (or go back) on the record being viewed before the Refresh
button was pushed.
Is there a way to store the offset of the record you are currently
viewing in a subset of records? I figure "DoCmd.GoToRecord , , ,
[Offset]" will work nicely for this approach. Or any other suggestions
for a workaround?
Thanks in advance.
button. The behavior for Me.Requery is to run the RecordSource query on
the form and go to the first record of the subset. I would however like
it to stay (or go back) on the record being viewed before the Refresh
button was pushed.
Is there a way to store the offset of the record you are currently
viewing in a subset of records? I figure "DoCmd.GoToRecord , , ,
[Offset]" will work nicely for this approach. Or any other suggestions
for a workaround?
Thanks in advance.