Invoking TCP/IP Connection

C

Charles Tam

From Access 97 form, how do I establish a TCP/IP connection and receive
TCP/IP messages from a TCP/IP Server? If not, any alternative?
 
S

Steve Schroeder

Best option would be to use the Win32 API, or else some OCX.

Look at http://vbnet.mvps.org there might be some API code there that may be
useful. Time to move on from Access 97 though :)
 
Top