How can I modify the system database in access?

  • Thread starter TemTom(HUNGARY)
  • Start date
T

TemTom(HUNGARY)

When I'm work on my laptop at home I work to my C drive. You have to know it
is a company laptop, I don't have rights to set anything on it. I can save
and delete only from a special folder. So when I save my database it is write
to some system files the path how can I reach the other related databases,
these are point to the C drive. When I go to the office and send the database
to someone who can work only to his or her H drive (this is a home drive for
the user) he or she could not open the database because the access is search
the related files on the C drive not on the H. I hope someone can help me.
 
D

Drayton

You might also want to try using the Linked table manager to point your
databases at a UNC instead of a drive letter assignment.
(UNC=\\servername\directory\subdirectory\ect\ect......)
 
Top