473,386 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Automatically join MDW

Hi all,
There are several MDB's at work which different people have created
using their own workgroups. It is a real pain (albeit not a major issue) to
keep joining the different workgroups each time we use them. Is there a way
to get access to join the necessary workgroup when each DB is opened?

Cheers for your help,

Mark
Nov 13 '05 #1
6 2012
Put a shortcut on the desktop for each, and use the /WRKGRP argument in the
command line. You can't code it in the application because the workgroup
must be accessed to open Access itself.

Larry Linson
Microsoft Access MVP

"Mark Reed" <ma*********@ntlworld.com> wrote in message
news:ar***************@newsfe5-gui.server.ntli.net...
Hi all,
There are several MDB's at work which different people have created
using their own workgroups. It is a real pain (albeit not a major issue) to keep joining the different workgroups each time we use them. Is there a way to get access to join the necessary workgroup when each DB is opened?

Cheers for your help,

Mark

Nov 13 '05 #2
Hi Larry,
I appreciate your help on this but I forgot to mention I have no
experience in command lines. Could you give an example of how this should
read if the database was in C:\database and the workgroup was in
C:\database\workgroups

Thanks for your patience

Mark

"Larry Linson" <bo*****@localhost.not> wrote in message
news:KJ******************@nwrddc01.gnilink.net...
Put a shortcut on the desktop for each, and use the /WRKGRP argument in the command line. You can't code it in the application because the workgroup
must be accessed to open Access itself.

Larry Linson
Microsoft Access MVP

"Mark Reed" <ma*********@ntlworld.com> wrote in message
news:ar***************@newsfe5-gui.server.ntli.net...
Hi all,
There are several MDB's at work which different people have created
using their own workgroups. It is a real pain (albeit not a major issue)

to
keep joining the different workgroups each time we use them. Is there a

way
to get access to join the necessary workgroup when each DB is opened?

Cheers for your help,

Mark


Nov 13 '05 #3
Mark Reed wrote:
Hi Larry,
I appreciate your help on this but I forgot to mention I have no
experience in command lines. Could you give an example of how this
should read if the database was in C:\database and the workgroup was
in C:\database\workgroups

Thanks for your patience

Mark
Create a shortcut... right-click properties

Change the target to....

"<full path to access executable>\<full path of your database" /wrkgrp
"<full path to your workgroup file>"
In A2003 you can access the workgroup administrator from inside
Access... does this also mean you can now possibly access it via code??
:)

Bradley

"Larry Linson" <bo*****@localhost.not> wrote in message
news:KJ******************@nwrddc01.gnilink.net...
Put a shortcut on the desktop for each, and use the /WRKGRP argument
in the command line. You can't code it in the application because
the workgroup must be accessed to open Access itself.

Larry Linson
Microsoft Access MVP

"Mark Reed" <ma*********@ntlworld.com> wrote in message
news:ar***************@newsfe5-gui.server.ntli.net...
Hi all,
There are several MDB's at work which different people have
created using their own workgroups. It is a real pain (albeit not a
major issue) to keep joining the different workgroups each time we
use them. Is there a way to get access to join the necessary
workgroup when each DB is opened?

Cheers for your help,

Mark


--
regards,

Bradley
Nov 13 '05 #4
"Bradley" <br*****@REMOVETHIScomcen.com.au> wrote...
Create a shortcut... right-click properties

Change the target to....

"<full path to access executable>\<full path of your database" /wrkgrp
"<full path to your workgroup file>"
Actually, you must always have the path to Access itself (msaccess.exe)
first, then a space, then the full path to the database.

In A2003 you can access the workgroup administrator from inside
Access... does this also mean you can now possibly access it via code??
:)


No, the workgroup is chosen before the database is opened.
--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies

This posting is provided "AS IS" with
no warranties, and confers no rights.
Nov 13 '05 #5
Michael (michka) Kaplan [MS] wrote:
"Bradley" <br*****@REMOVETHIScomcen.com.au> wrote...
Create a shortcut... right-click properties

Change the target to....

"<full path to access executable>\<full path of your database"
/wrkgrp "<full path to your workgroup file>"


Actually, you must always have the path to Access itself
(msaccess.exe) first, then a space, then the full path to the
database.


Yup, I typed it out wrong:)
In A2003 you can access the workgroup administrator from inside
Access... does this also mean you can now possibly access it via
code?? :)


No, the workgroup is chosen before the database is opened.


Thought as much.
--
regards,

Bradley
Nov 13 '05 #6
Jim
There is an excellent free Access db shortcut builder available from

http://www.headwaysystems.com/

Jim

"Mark Reed" <ma*********@ntlworld.com> wrote in message news:<_0*****************@newsfe6-gui.server.ntli.net>...
Hi Larry,
I appreciate your help on this but I forgot to mention I have no
experience in command lines. Could you give an example of how this should
read if the database was in C:\database and the workgroup was in
C:\database\workgroups

Thanks for your patience

Mark

"Larry Linson" <bo*****@localhost.not> wrote in message
news:KJ******************@nwrddc01.gnilink.net...
Put a shortcut on the desktop for each, and use the /WRKGRP argument in

the
command line. You can't code it in the application because the workgroup
must be accessed to open Access itself.

Larry Linson
Microsoft Access MVP

"Mark Reed" <ma*********@ntlworld.com> wrote in message
news:ar***************@newsfe5-gui.server.ntli.net...
Hi all,
There are several MDB's at work which different people have created
using their own workgroups. It is a real pain (albeit not a major issue) to keep joining the different workgroups each time we use them. Is there a way to get access to join the necessary workgroup when each DB is opened?

Cheers for your help,

Mark


Nov 13 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: Sriek | last post by:
hi, i come from a c++ background. i ws happy to find myself on quite familiar grounds with Python. But, what surprised me was the fact that the __init__(), which is said to be the equivlent of the...
11
by: Matt | last post by:
Hi everyone, still pretty new to MySQL. I was wondering if there is a way to automatically filter records based on a mysql userlogin name?? I have serveral databases that I want to combine in...
11
by: jim.eggleston | last post by:
Windows doesn't have a HOME environment variable, but it does have HOMEDRIVE and HOMEPATH. Could Windows versions of Python automatically populate os.environ with HOME, where HOME =...
1
by: angel duran | last post by:
Hi... i'm trying to accomplish this and i will be using some pictures so you can easily follow me along. I have this form <link>http://img30.exs.cx/my.php?loc=img30&image=4214.jpg</link> and in...
1
by: Jimmy | last post by:
I have a table that is shown below in ORIGINAL TABLE. It is common for the VEHICLE # field to have repeating vehicles (ID 3,4,5 & 8,9). Usually the Vehicle will have SHIPDATE, DATE_RECEIVED, and...
2
by: Alex Scollay | last post by:
Let's say I have a column whose values are all 2-digit integers, e.g. 82 (though it's actually a varchar field). From now on, the column will be able to have 2-digit as well as 3-digit integers....
2
by: Chaz Ginger | last post by:
Here is a problem I am trying to solve; I am sure there must be an easy way to do it and I just don't know how. I have a rather large application that I am writing. To make it easy for the user...
3
by: bulletproof | last post by:
How are you Gentleman, I am a new member in theScripts.I am from Saudi Arabia (Qatif) . I am a student in King Fahd University of Petrolium and Minerals in Saudi Arabia,(My major is Managment...
2
by: M Bourgon | last post by:
I'm trying to automate an auto-export of a table on a daily basis, using BCP. I'm using native format for the BCP because the text in one of the fields can encompass pretty much any ASCII...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.