UNC

A

Albert D. Kallal

Turn on display of path names in the windows file explorer.

(while in a folder go tools->options.

click on the "view" tab, and "check" the option to display the full address
in the address bar


Now, browse via my network places to the folder....
what does the path name look like:

If it is just the folder shared, then you should be able to use:

\\Backoffice\OldStuff\Current.mdb

So, if your just sharing the folder, the drive letter should not be needed
at all....

Remember, to link this file, use the linked table manager, and browse
through my network places..you wind up with a UNC linked back end...

You can then whack ctrl-g, and use the debug window to display the path
name;;

just type in the debug window:

? currentdb.TablesDefs("name of linked table").Connect

It will display your current linked path name....
 
D

DS

I have this path that I'm running from the computer I am on.
I keep getting error 52.
I need to have the name of the computer in front of the shared drive
letter, even while on that computer. Is this not possible, is my syntax
wrong? Does the entire drive need to be shared, I have OldStuff set as
the shared folder?
Any direction is appreciated.
Thanks
DS

\\Backoffice\c\Proserv\OldStuff\Current.mdb
 
D

DS

Albert said:
Turn on display of path names in the windows file explorer.

(while in a folder go tools->options.

click on the "view" tab, and "check" the option to display the full address
in the address bar


Now, browse via my network places to the folder....
what does the path name look like:

If it is just the folder shared, then you should be able to use:

\\Backoffice\OldStuff\Current.mdb

So, if your just sharing the folder, the drive letter should not be needed
at all....

Remember, to link this file, use the linked table manager, and browse
through my network places..you wind up with a UNC linked back end...

You can then whack ctrl-g, and use the debug window to display the path
name;;

just type in the debug window:

? currentdb.TablesDefs("name of linked table").Connect

It will display your current linked path name....
Thanks Albert.
\\BackOffice\OldStuff\Current.mdb
works perfectly!
DS
 

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