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
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