Howdy, I did some searching here and see where Pat Hartman advised someone that Access doesn't support relative file paths for certain purposes. But probably somewhere in VBA coding, there's a solution to what I want to accomplish. Maybe?
Here's my situation. For my coworkers, I am devolping an Access application that will not only do the usual database stuff, but also open other applications (like MS Word and and GIS program) for them. Since all our users are what we call "remote users", i.e. not regularly connected to our network, my strategy was to burn the Access app and associated applications and data on a CD and distribute. My coworkers could then in turn load from the CD to their notebooks and use the files.
So to call the other applications...in the second portion of the Shell Function, wherein the specific application file is designated, is there a way to do the relative path name so the appropriate app will find it wherever the user copies it too?
I tried using \\FolderName\FileName but that I got an error message that file \\FolderName\FileName could not be found.
Ideas anyone?
Thanks
Here's my situation. For my coworkers, I am devolping an Access application that will not only do the usual database stuff, but also open other applications (like MS Word and and GIS program) for them. Since all our users are what we call "remote users", i.e. not regularly connected to our network, my strategy was to burn the Access app and associated applications and data on a CD and distribute. My coworkers could then in turn load from the CD to their notebooks and use the files.
So to call the other applications...in the second portion of the Shell Function, wherein the specific application file is designated, is there a way to do the relative path name so the appropriate app will find it wherever the user copies it too?
I tried using \\FolderName\FileName but that I got an error message that file \\FolderName\FileName could not be found.
Ideas anyone?
Thanks