remote linked tables

N

NJS

Good day all.
Can anyone tell me how to link an Access front-end to a remote (Access)
back-end (ODBC ?) specifying the IP address of the remote machine? The F/E
uses Jet/DAO. (not ADO/OLEDB etc.)
thank you.
 
S

Sylvain Lafontaine

Over a LAN or over the Internet (WAN)?

You cannot do that over the Internet with either JET/DAO or ADO/OLEDB
without using an intermediate transport layer such as a VPN (to extend the
LAN) or RDS (deprecated for security reason since many years now).
 
Top