First, take it easy on the multi-newsgroup posting..it is considered quite
rude, and you miss out on people wanting to offer answers or advice....
If you setup a vpn, then you can link to that table, or even open it in
code.
ed:
set db = OpenDataBase("path name to server\dir name\mdb.name")
you can now use the db handle to work on that remote database....
dim rst as dao.database
set rst = db.openrecordSet("select * from tblcustomers")
The above would load up a table called tblcustomers on the remote system.
However, the problem with a vpn over the internet is that your internet
connection (a high speed t1) is VERY VERY slow.
I mention the pit falls, and some other workarounds here:
http://www.members.shaw.ca/AlbertKallal//Wan/Wans.html
So, if you can setup a vpn, you can do this..but, you have to read the above
to make note of how slow your conneciton is....