Good idea! Unfortunately, it won't work in this case. The "other computer" is actually a robot, and can't recieve messages sent using Net Send.
Thanks anyways!
-Ivy
Set the query up to use a parameter, then use the QueryDef object to set the parameter.
For example, if your query was stored as myQuery, and had a parameter TradeType:
dim qDef as queryDef
set qDef = currentdb.querydefs("myQuery")
qDef.parameters("TradeType") = strTrade...
Hi there,
I have an existing Access 2000 application and I'm trying to convince it to send messages over Ethernet to another computer. The Winsock control should be able to do this, and it works fine when I try it in VB. However, in VBA, the connect and close methods don't seem to work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.