If you can log in & get at the data on their PC, but not on your PC,
you probably need to copy the relevant workgroup (.MDW) file from their
PC to your PC, then start the database (on your PC) using a shortcut of
the following form:
"full path to msaccess.exe on your pc"
"full path to .mdb file on your pc"
/wrkgrp "full path to the copied .mdw file on your pc"
Alternatively, if you log in to their pc, and export the data into a
new db, I /think/ (but am not 100% sure) that the new db will be owned
by whichever Access user you were currently logged-in as on the user's
pc; in which case, you could easily get the same problem, when you try
to access that new db, on your pc, unless you copy the workgroup file,
as described above.
Alternatively, you could always export the data in a non-db format, eg.
flat-file comma-delimited, in which case, the security problems go away
instantly.
I recommend you try copying the user's mdb file /and mdw file/ to your
pc, then starting the db via a shortcut as described above.
Be sure to copy the /right/ mdw - your user's pc may have several of
them! To find the right one, just start the db on the user's pc, then
look for .ldb files; one of those will correspond with the mdb - eg.
blah.ldb <-> blah.mdb - and the other will correspond to the right mdw
- eg. blop.ldb <-> blop.mdw.
HTH,
TC
|