G
Guest
I have a batch file that I want to distribute that will check the user's local version of an Access front-end, and then go and get the latest one if needed, and then start the front end, using the appropriate security workgroup. Can someone help me with the command to do this? This is what I have now::
START "C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\MSACCESS.EXE" "C:\PROGRAM FILES\NAME\FE_VerA.MDB" /wrkgrp "Z:\TBSecurity.mdw"
When I run this in the DOS window, it starts Access, opens the file but doesn't use the right workgroup, and I get an error in the DOS window that says that it doesn't recognize /wkrgp. How do you add on the additional parameters to specify the workgroup?
Thanks for your help!
Clarissa
START "C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\MSACCESS.EXE" "C:\PROGRAM FILES\NAME\FE_VerA.MDB" /wrkgrp "Z:\TBSecurity.mdw"
When I run this in the DOS window, it starts Access, opens the file but doesn't use the right workgroup, and I get an error in the DOS window that says that it doesn't recognize /wkrgp. How do you add on the additional parameters to specify the workgroup?
Thanks for your help!
Clarissa