Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

workgroup? 2

Status
Not open for further replies.

BT24

Programmer
Joined
Aug 19, 2002
Messages
76
Location
CA
HELLO THERE

i have a quick question i hope. i have a database that i have been working on for sometime now and i have it split and working throught a workgroup file. Now my question is when i distribute this database i know that they will have to be attached to the same workgroup but will it interfear with there other access applications? if it will is there anyway to get around it? thanks for the help

BT24
 
go into access and bring up help. Look for
Command Line Switch

There is a way to put it into a short cut which will use the mdw file...

--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.
 
junior1544 is right. Create a shortcut to your front-end and on the properties sheet of the shortcut, set the target to something like this:

"c:\PathToAccess\MSAccess.exe" "c:\PathToYourFrontEnd.mdb" /wrkgrp "g:\PathToWorkGroupFile.mdw"

Note that the workgroup file should reside on a server to which everyone has access. And you should set up a sharename for the path of the mdw file, rather than hardcoding the drive letter as I did above (g:).
 
BT24

junior1544 has the answer.

Code:
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "C:\My Documents\MyDatabase.mdb" /wrkgrp "C:\My Documents\MyMDW.mdw"

Here is an example of the desktop shortcut that uses switches to access a different .mdw

HTH
Binky ::-)
><>
 
Wow!! that worked great thanks alot for all the help!!

thanks alot all of you

BT24
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top