You use a shortcut that includes the following in the target:
1.) The full path to msaccess.exe
2.) The full path to your front-end database file
3.) The /wrkgrp switch and
4.) The full path to the workgroup information file.
The total cannot exceed 255 characters, including all spaces and double
quotes. Here is an example shortcut target for a secured application (all on
one line):
"C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE" "C:\HCOA\HCOA.mdb"
/wrkgrp "\\fil-nw05-01\HCOA\Secured.mdw"
It helps to use a text editor, such as NotePad, to put all of this together,
as it can be difficult to see in the limited text area available for the
target. Then copy and paste it into the shortcut's target, and test it out.
In the above example, I used a UNC path for the workgroup information file,
instead of relying on a mapped drive letter path, where all users would need
to have the same drive letter mapped identically. I also use UNC paths in the
linked tables in the FE (front-end) application, to avoid headaches
associated with mapped drive letters.
Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________