Hello,
The back end of my Access database will be located on a shared drive L:. I execute a bat file to mount the L: drive each time I log into my PC.
Here is what the bat file says:
Is it possible to map this drive via Access's front end when the user opens the front end file? Could someone please suggest some code that would do the trick?
thank you
The back end of my Access database will be located on a shared drive L:. I execute a bat file to mount the L: drive each time I log into my PC.
Here is what the bat file says:
Code:
mount -o fileaccess=775 10.20.219.75:/data L:
pause
end
Is it possible to map this drive via Access's front end when the user opens the front end file? Could someone please suggest some code that would do the trick?
thank you