Load Access From Default Drive?

S

Scientific

Hello all,

I have a multi-user database that I want to send to others so they can try
it out. The problem I noticed though is the drive letter access looks for is
the one I created the database on which is "G". Is there a way to tell
Access to use the current drive (whatever the drive letter is) to load
whatever files it needs to open the database?

Right now I've been asking people which drive letter they're loading the
database from, then going into the Linked Table Manager and changing the
drive letter manually, what a pain.

-S
 
A

Arvin Meyer [MVP]

The back-end should be on a server, and the front-end on their local drive.
It usually shouldn't make a difference where the front-end is, and the back
end should be mapped the same, or use the Universal Naming Convention to set
it's location.

\\ServerName\FolderName\DatabaseBackend.mdb
 
S

Scientific

Arvin,

Yea, that makes sense and the final database would be deployed that way.
But just for testing purposes the backend and frontend reside on the same
drive. I have it setup this way because others don't have Network access
just yet. I just want them to be able to see if it works to their
satisfaction before it gets deployed. They all work at different companies.

What would you do in this situation Arvin?

-S
 
A

Arvin Meyer [MVP]

Scientific said:
Arvin,

Yea, that makes sense and the final database would be deployed that way.
But just for testing purposes the backend and frontend reside on the same
drive. I have it setup this way because others don't have Network access
just yet. I just want them to be able to see if it works to their
satisfaction before it gets deployed. They all work at different
companies.

What would you do in this situation Arvin?

In that case, have everyone create a folder:

C:\TestDB\

and put both files in it. If everyone has the same folder system, your work
just got easier.

You can write relink code that will set the path to:

CurrentProject.Path

you'll find some relink code at:

http://www.mvps.org/access/tables/tbl0009.htm
 
S

Scientific

Arvin,

That's a brilliant idea and that should work for everyone. Man, I love this
forum. Thanks a gazillion Arvin, I owe you big time.

-S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top