Access remote database with IP address
I got an error message that '\\10.232.101.15\DS\SHIPPING.mdb' is not a valid
path...
If I just use "X:\DS\SHIPPING.mbd" then have no problem.
"Michael" wrote:
This is what you need:
p="\\12.345.678.90\share drive\folder\database.mdb\
Make sure you use the double backslash
Please rate this posting if helpful
Michael Arch.
"Angus" wrote:
I got a code to access a database on a share drive and the code will be send
to users. But the drive map is different for everyone, for me it's x:\ but
others could be z:\...
i got the IP address of this drive as 12.345.678.90, how to put it into my
code? if the path is:
dim p as string
p="x:\share drive\folder\database.mdb\"
|