Hello all!
After some initial attempts to use SCOPE_IDENTITY() with Access internal DB-engine, I have realized that Acess does not support this function.
So I have to use the @@IDENTITY to get that latest AutoIncrement PK of a table that is updated by a form.
Unfortunately, I dont know...