log off Terminal Services session

  • Thread starter Thread starter jez123456
  • Start date Start date
J

jez123456

Hi experts

I have an access adp front end connected to a sql server backend. This
application is delivered to the users via ctrix.
I need to identify the computername of the machine that the user is on and
use the Environ(“CLIENTNAMEâ€) function. This works ok the first time a user
logs on, but if they logoff and go to another machine, the
Environ(“CLIENTNAMEâ€) function still retains the first computername.
Is there a way to logoff the terminal service session from within access
when the user closes the application?
Thanks for any advice.
 
Back
Top