Hey guys,
How do you connect to a remote PC in MS ACCESS? I am trying to write a program where I can input a computers name that is on the network in a form, and have it pull that computer up. Not remote desktop, but just connect to it. Once connected I wanted to pull data from it via WMI.
But, I can not find the code to search for a computer name and connect.
Example, if you go to cmd prompt and type in: shutdown -i, you get a popup box that lets you type in the computer name and then come simple commands that can shutdown, restart the remote PC. But, like I said. I was just looking for the part of code that can connect to the PC.
Any Ideas?
How do you connect to a remote PC in MS ACCESS? I am trying to write a program where I can input a computers name that is on the network in a form, and have it pull that computer up. Not remote desktop, but just connect to it. Once connected I wanted to pull data from it via WMI.
But, I can not find the code to search for a computer name and connect.
Example, if you go to cmd prompt and type in: shutdown -i, you get a popup box that lets you type in the computer name and then come simple commands that can shutdown, restart the remote PC. But, like I said. I was just looking for the part of code that can connect to the PC.
Any Ideas?