I have a continuous form, with 22 rows on display.
I make a change in some row and have the form requeried.
(I have to, because the query on which the form is based is not updateable,
and the change is made by code)
Then I go back to the record I was working on, by code,
but after that search, the record appears on top of the list of rows.
This makes me a bit dizzy, and most certainly the one who's going to use it.
What I would like is to find my row back on the same spot as before the
requery.
It would actually mean that in stead of searching for my record, I would be
searching for the record that was on top.
Is there a way to identify that record?
Or does someone know of a more clever way?
TIA
michiel
I make a change in some row and have the form requeried.
(I have to, because the query on which the form is based is not updateable,
and the change is made by code)
Then I go back to the record I was working on, by code,
but after that search, the record appears on top of the list of rows.
This makes me a bit dizzy, and most certainly the one who's going to use it.
What I would like is to find my row back on the same spot as before the
requery.
It would actually mean that in stead of searching for my record, I would be
searching for the record that was on top.
Is there a way to identify that record?
Or does someone know of a more clever way?
TIA
michiel
Comment