Hi
What the best way to connect a vpn in access
the shell command doesn't seem to work with a shortcut on the desktop
Cheers Toolguy
What the best way to connect a vpn in access
the shell command doesn't seem to work with a shortcut on the desktop
Code:
Public Sub StartVPN()
Dim StartProcess
StartProcess = Shell("C:\Documents and Settings\User1\Desktop\New Folder\VPN Connection.lnk", 1)
End Sub
Cheers Toolguy
Last edited: