In a Windows 10/Access 2019 app, using VBA code, I need to retrieve the name of the current signed-in user .
The name I'm seeking is automatically displayed in the top row of the Access app’s main window. See attached screenshot.
Sadly, both Environ("Username") and CreateObject("WScript.Network").UserName just return the string value “user”.

How can I retrieve the actual signed-in user name of my Access 2019 app?