Code to Open Remote Assistance

  • Thread starter Alex219267 via AccessMonster.com
  • Start date
A

Alex219267 via AccessMonster.com

Okay I have a form, and every record in my form contains a Workstation Name.
I would like to create a command button that will open Remote Assistance (the
one with no invitation required)

(hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/Remote%
20Assistance/Escalation/Unsolicited/Unsolicitedrcui.htm)

OPen Remote assistance, grabing the workstation name from a textbox object in
my form and assisting the end user.

I know I can open Remote Desktop Connection with:
Shell "cmd.exe /c mstsc.exe /v:" & Me.txtNetname.Value

BUt I want to Open Remote Assistance, grabbing the workstation name (Me.
TxeNetName.value) and assisting the netName workstation.

THanks

Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top