NJudson
Who farted?
- Local time
- Today, 13:50
- Joined
- Feb 14, 2002
- Messages
- 297
I'm using Win98SE and Access 2k. I am trying to open a telnet session through Access but I'm having trouble inputing the IP address correctly via Sendkeys command. This is what I'm doing:
Call Shell("telnet", 1)
SendKeys """%CR""", True
SendKeys "xxx.xxx.xxx.xxx {enter}", True
...etc
It sends the IP address to the telnet but it sends
"xxx.xxx.xxx.xxx and fails the connection because of the open quotation mark at the beginning. Is something wrong with my syntax or is it just a problem with the sendkeys function? Thanks for any help.
Call Shell("telnet", 1)
SendKeys """%CR""", True
SendKeys "xxx.xxx.xxx.xxx {enter}", True
...etc
It sends the IP address to the telnet but it sends
"xxx.xxx.xxx.xxx and fails the connection because of the open quotation mark at the beginning. Is something wrong with my syntax or is it just a problem with the sendkeys function? Thanks for any help.