|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Shorcut with pointing to two ACCESS.EXEHello all
I am having a lil problem here. Is there a way to create just ONE shorcut that points to two (2) different folders where the ACCESS.EXE is located? e.g. "C:\Program Files\Microsoft Office2003\OFFICE11\MSACCESS.EXE" "\\Hou0602\Intranet\Expense Report Interface\Expense Report Interface ..MDB" /WRKGRP "\\Hou0602\Intranet\Expense Report Interface\Security.mdw" BUT what if the MSACCESS.EXE is locates under the folder C:Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE...can I mix both with just one shorcut, so I dont need to save the shorcut and then change the properties of the shorcut in order to point to a different folder? Thanks... No you can't.
-- Show quoteHide quoteJoan Wild Microsoft Access MVP erick-flores wrote: > Hello all > > I am having a lil problem here. Is there a way to create just ONE > shorcut that points to two (2) different folders where the ACCESS.EXE > is located? > > e.g. "C:\Program Files\Microsoft Office2003\OFFICE11\MSACCESS.EXE" > "\\Hou0602\Intranet\Expense Report Interface\Expense Report Interface > .MDB" /WRKGRP "\\Hou0602\Intranet\Expense Report > Interface\Security.mdw" > > BUT what if the MSACCESS.EXE is locates under the folder C:Program > Files\Microsoft Office\OFFICE11\MSACCESS.EXE...can I mix both with > just one shorcut, so I dont need to save the shorcut and then change > the properties of the shorcut in order to point to a different folder? > > Thanks... You could try creating a batch file and testing the various folders e.g.
IF EXIST "C:\Program Files\Microsoft Office2003\OFFICE11\MSACCESS.EXE" GOTO ONE IF EXIST "C:Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" GOTO TWO GOTO EXIT :ONE "C:\Program Files\Microsoft Office2003\OFFICE11\MSACCESS.EXE""\\Hou0602\Intranet\Expense Report Interface\Expense Report Interface ...MDB" /WRKGRP "\\Hou0602\Intranet\Expense Report Interface\Security.mdw" GOTO EXIT :TWO Files\Microsoft Office\OFFICE11\MSACCESS.EXE""C:Program "\\Hou0602\Intranet\Expense Report Interface\Expense Report Interface ...MDB" /WRKGRP "\\Hou0602\Intranet\Expense Report Interface\Security.mdw" GOTO EXIT :EXIT Hope this helps.Show quoteHide quote "erick-flores" wrote: > Hello all > > I am having a lil problem here. Is there a way to create just ONE > shorcut that points to two (2) different folders where the ACCESS.EXE > is located? > > e.g. "C:\Program Files\Microsoft Office2003\OFFICE11\MSACCESS.EXE" > "\\Hou0602\Intranet\Expense Report Interface\Expense Report Interface > ..MDB" /WRKGRP "\\Hou0602\Intranet\Expense Report > Interface\Security.mdw" > > BUT what if the MSACCESS.EXE is locates under the folder C:Program > Files\Microsoft Office\OFFICE11\MSACCESS.EXE...can I mix both with just > one shorcut, so I dont need to save the shorcut and then change the > properties of the shorcut in order to point to a different folder? > > Thanks... > >
Security restrictions and table linking
Allow Help Desk to Reset Passwords Without Full Admins Permissions Necessary Permissions secured database Login in dynamically Lost My Permissions MDW deployment? Securing the Back-End from mdb how to openForm a form in a referenced mde file Prevent all Access files from connecting to the same Workgroup? |
|||||||||||||||||||||||