I have an application where I'm authenticating the user based on their windows logon at startup.
This works great except for VPN users offsite have complained that they are not able to be authenticated even though they are using the same logon as they would normally.
I'm using the Environ("UserName") variable. Does anyone know a fix for this or an alternate solution? Thanks...
This works great except for VPN users offsite have complained that they are not able to be authenticated even though they are using the same logon as they would normally.
I'm using the Environ("UserName") variable. Does anyone know a fix for this or an alternate solution? Thanks...