It's obviously your connection to your db. Have you created a
DSN (via
Control Panel) or a connection string?
If you've created a DSN, which I suspect, try editing your
connection from
the Database panel, and chosoe Use DNS on Testing Server. The
reason it may
not work on another machine is your connection uses a DSN,
but of course the
DSN hasn't been created on the other machine. This would be
the same for any
other machines.
You may prefer to use a connection string instead. Should
look something
like this (modify path and file name):
"Driver={Microsoft Access Driver
(*.mdb)};DBQ=C:\Folder\mydatabase.mdb"
Let me know if you need more on this,
Piers