I created an access form for my administrative area, using a tutorial from Microsoft .
Now I need to retrieve the login that he typed to enter and show it on an admin page, and also to make future queries to the database.
How can I do this? I was told to save the login and password in one session and then retrieve it on the other page, but I have no idea how to implement it.