After changing one or more fields of a record on a form, the form shows the first record.
I want to stay on the record that has been changed.
When the button "Change" is clicked, in the event that is fired
the bookmark of the current record is saved: Bladwijzer = Me.Bookmark.
( Bladwijzer is declared as a variant ).
After the changings are done, the button "Save" is clicked. In this event i use : "Me.bookmark = bladwijzer" to stay on the same record.
However , that seems not to work.
What to do to stay on the same record?
I want to stay on the record that has been changed.
When the button "Change" is clicked, in the event that is fired
the bookmark of the current record is saved: Bladwijzer = Me.Bookmark.
( Bladwijzer is declared as a variant ).
After the changings are done, the button "Save" is clicked. In this event i use : "Me.bookmark = bladwijzer" to stay on the same record.
However , that seems not to work.
What to do to stay on the same record?