I have a finished secured DB that I'm trying to figure out how to distribute properly. The DB is called "New Finance Queries.mde". I've got the workgroup (mdw) file stored out on the server at "\\Fin_tools\Finance Queries\New Finance Queries.mdw". I've searched this forum on this topic, and from what I've read on a number of threads, I need to create a shortcut that joins the mde to the mdw file.
Here's the shortcut I made:
"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" "New Finance Queries.mde" /wrkgrp "\\Fin_tools\Finance Queries\New Finance Queries.mdw"
I created this assuming that the shortcut will wind up in the same directory as the mde file, which is the only way to make it work that I can think of, since different users are going to copy this to different directories on their computers. This works fine on my computer, but I've tried copying it to a couple of user's computers and testing it, and it doesn't work. Access starts up ok (which means that it found MSACCESS.EXE), but it can't find the mde file. If you type in the appropriate path name into the shortcut, it works, but I would like to get it setup so that my users don't have to do this.
Anyone have any ideas why this won't work? I also tried using ".\New Finance Queries.mde" in place of "New Finance Queries.mde" since . refers to the current directory in all MS-DOS/Windows systems (to the best of my knowledge at least). This worked fine on my machine but once again failed to work on other user's machines.
Thanks!
Here's the shortcut I made:
"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" "New Finance Queries.mde" /wrkgrp "\\Fin_tools\Finance Queries\New Finance Queries.mdw"
I created this assuming that the shortcut will wind up in the same directory as the mde file, which is the only way to make it work that I can think of, since different users are going to copy this to different directories on their computers. This works fine on my computer, but I've tried copying it to a couple of user's computers and testing it, and it doesn't work. Access starts up ok (which means that it found MSACCESS.EXE), but it can't find the mde file. If you type in the appropriate path name into the shortcut, it works, but I would like to get it setup so that my users don't have to do this.
Anyone have any ideas why this won't work? I also tried using ".\New Finance Queries.mde" in place of "New Finance Queries.mde" since . refers to the current directory in all MS-DOS/Windows systems (to the best of my knowledge at least). This worked fine on my machine but once again failed to work on other user's machines.
Thanks!