Go to last record used after restart of form

I have searched for help with this and found everything other.
Specifically, I need to save the record number I am on when I quit the form or Libreoffice.
Then when I launch the form I’d like to return to the record I saved. I assume I need a macro and a table to save the last record (row) number. I could live with a button to do this after launching the new form as well, but prefer the former (going to the “old” record upon launch).
Thanks

I guess: 2 macros and a place to store your row-number(s).

As my filter tables recover after new start I suggest to use the same system to store your row-id. Then you need one macro to save this on closure of form/file/base (to be decided) and a second to jump to this record at startup/open form etc.

Wanderer,
That makes sense to use two macros.
I am a newbee with macros and LibreBase. Do you have examples?
Thanks

Google has…