Home All Groups Group Topic Archive Search About

How so we join an existing workgroup in Access 2007 beta ?

Author
28 Aug 2006 9:45 AM
KA Spencer
The security wizard in Access 2007 beta (Database Tools -> Administrator ->
User Level Security Wizard) only permits the creation of a new workgroup
information file (.mdw). It does not seem to permit the joining of an
existing workgroup via an existing workgroup information file.

Is it me or is this an omission from Access 2k7 ?

Kenneth Spencer

Author
28 Aug 2006 12:15 PM
Joan Wild
Security has been removed from 2007, so I doubt there is a Database
Tools-Administrator-User Level Security Wizard.

You cannot 'join' a mdw, but uou can run an existing secured mdb in 2007,
only by using a desktop shortcut that specifies a workgroup file via the
/wrkgrp switch. i.e.
"path to msaccess.exe" "path to mdb" /wrkgrp "path to mdw"


--
Joan Wild
Microsoft Access MVP

KA Spencer wrote:
Show quoteHide quote
> The security wizard in Access 2007 beta (Database Tools ->
> Administrator -> User Level Security Wizard) only permits the
> creation of a new workgroup information file (.mdw). It does not seem
> to permit the joining of an existing workgroup via an existing
> workgroup information file.
>
> Is it me or is this an omission from Access 2k7 ?
>
> Kenneth Spencer
Author
28 Aug 2006 1:56 PM
Joan Wild
Correction on this.  You can launch the workgroup administrator via
DoCmd.RunCommand

However, I wouldn't recommend that you make a secure mdw you default by
joining it.  Use the desktop shortcut instead.


--
Joan Wild
Microsoft Access MVP

Joan Wild wrote:
Show quoteHide quote
> Security has been removed from 2007, so I doubt there is a Database
> Tools-Administrator-User Level Security Wizard.
>
> You cannot 'join' a mdw, but uou can run an existing secured mdb in
> 2007, only by using a desktop shortcut that specifies a workgroup
> file via the /wrkgrp switch. i.e.
> "path to msaccess.exe" "path to mdb" /wrkgrp "path to mdw"
>
>
> --
> Joan Wild
> Microsoft Access MVP
>
> KA Spencer wrote:
>> The security wizard in Access 2007 beta (Database Tools ->
>> Administrator -> User Level Security Wizard) only permits the
>> creation of a new workgroup information file (.mdw). It does not seem
>> to permit the joining of an existing workgroup via an existing
>> workgroup information file.
>>
>> Is it me or is this an omission from Access 2k7 ?
>>
>> Kenneth Spencer
Author
28 Aug 2006 3:12 PM
Keith Wilby
"Joan Wild" <jwild@nospamtyenet.com> wrote in message
news:%23e1qOnqyGHA.4392@TK2MSFTNGP04.phx.gbl...
> Correction on this.  You can launch the workgroup administrator via
> DoCmd.RunCommand
>

Hi Joan,

I haven't looked at A2k7 at all but have noted the grumblings about security
having been removed - are you saying that security is there but just not
available using conventional "menu" methods?

Regards,
Keith.
Author
28 Aug 2006 6:08 PM
Lynn Trapp
Keith,
From what I understand ULS is available for older databases (pre-2007) but
will not work with a 2007 database. Thus, while I haven't looked at it yet,
I would doubt that the user interface shows what we have been used to for
security.

Show quoteHide quote
"Keith Wilby" <h***@there.com> wrote in message
news:44f30525_1@glkas0286.greenlnk.net...
> "Joan Wild" <jwild@nospamtyenet.com> wrote in message
> news:%23e1qOnqyGHA.4392@TK2MSFTNGP04.phx.gbl...
>> Correction on this.  You can launch the workgroup administrator via
>> DoCmd.RunCommand
>>
>
> Hi Joan,
>
> I haven't looked at A2k7 at all but have noted the grumblings about
> security having been removed - are you saying that security is there but
> just not available using conventional "menu" methods?
>
> Regards,
> Keith.
>
Author
28 Aug 2006 7:13 PM
Jeff Conrad
Lynn and Keith,

If you open up a MDB file in Access 2007 the Ribbon displays a specific chunk with all the typical
security related menu items. Access 2007 will honor the security settings of the workgroup
information file with MDB files and you can make changes as needed.

If you open a ACCDB file (the 2007 file format) in Access 2007 that particular security chunk (and a
replication one as well) simply does not show up on the Ribbon. I believe you can still access some
of the features using DoCmd.RunCommand as Joan noted, but it is in effect useless on an ACCDB file
as Access simply ignores all of those settings. (I haven't fully tested that so I could be off a
bit).

For some security related info with 2007 see this:

http://vb123.blogspot.com/2006/02/access-2007-depreciated-workgroup.html

--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystems/accessjunkie.html
Access 2007 Info: http://www.AccessJunkie.com

"Lynn Trapp" wrote in message:
Show quoteHide quote
news:ugdJ$zsyGHA.4392@TK2MSFTNGP04.phx.gbl...

> Keith,
> From what I understand ULS is available for older databases (pre-2007) but
> will not work with a 2007 database. Thus, while I haven't looked at it yet,
> I would doubt that the user interface shows what we have been used to for
> security.
>
> --
> Lynn Trapp
> MS Access MVP
> www.ltcomputerdesigns.com
> Access Security: www.ltcomputerdesigns.com/Security.htm
> Jeff Conrad's Access Junkie List:
> http://home.bendbroadband.com/conradsystems/accessjunkie.html
>
>
>
> "Keith Wilby" <h***@there.com> wrote in message
> news:44f30525_1@glkas0286.greenlnk.net...
> > "Joan Wild" <jwild@nospamtyenet.com> wrote in message
> > news:%23e1qOnqyGHA.4392@TK2MSFTNGP04.phx.gbl...
> >> Correction on this.  You can launch the workgroup administrator via
> >> DoCmd.RunCommand
> >>
> >
> > Hi Joan,
> >
> > I haven't looked at A2k7 at all but have noted the grumblings about
> > security having been removed - are you saying that security is there but
> > just not available using conventional "menu" methods?
Author
28 Aug 2006 7:32 PM
Lynn Trapp
Thanks Jeff,

That's pretty much what I figured would be the case but just haven't seen it
yet.

Show quoteHide quote
"Jeff Conrad" <je***@ernstbrothers.com> wrote in message
news:uXDREXtyGHA.1304@TK2MSFTNGP05.phx.gbl...
> Lynn and Keith,
>
> If you open up a MDB file in Access 2007 the Ribbon displays a specific
> chunk with all the typical
> security related menu items. Access 2007 will honor the security settings
> of the workgroup
> information file with MDB files and you can make changes as needed.
>
> If you open a ACCDB file (the 2007 file format) in Access 2007 that
> particular security chunk (and a
> replication one as well) simply does not show up on the Ribbon. I believe
> you can still access some
> of the features using DoCmd.RunCommand as Joan noted, but it is in effect
> useless on an ACCDB file
> as Access simply ignores all of those settings. (I haven't fully tested
> that so I could be off a
> bit).
>
> For some security related info with 2007 see this:
>
> http://vb123.blogspot.com/2006/02/access-2007-depreciated-workgroup.html
>
> --
> Jeff Conrad
> Access Junkie - MVP
> http://home.bendbroadband.com/conradsystems/accessjunkie.html
> Access 2007 Info: http://www.AccessJunkie.com
>
> "Lynn Trapp" wrote in message:
> news:ugdJ$zsyGHA.4392@TK2MSFTNGP04.phx.gbl...
>
>> Keith,
>> From what I understand ULS is available for older databases (pre-2007)
>> but
>> will not work with a 2007 database. Thus, while I haven't looked at it
>> yet,
>> I would doubt that the user interface shows what we have been used to for
>> security.
>>
>> --
>> Lynn Trapp
>> MS Access MVP
>> www.ltcomputerdesigns.com
>> Access Security: www.ltcomputerdesigns.com/Security.htm
>> Jeff Conrad's Access Junkie List:
>> http://home.bendbroadband.com/conradsystems/accessjunkie.html
>>
>>
>>
>> "Keith Wilby" <h***@there.com> wrote in message
>> news:44f30525_1@glkas0286.greenlnk.net...
>> > "Joan Wild" <jwild@nospamtyenet.com> wrote in message
>> > news:%23e1qOnqyGHA.4392@TK2MSFTNGP04.phx.gbl...
>> >> Correction on this.  You can launch the workgroup administrator via
>> >> DoCmd.RunCommand
>> >>
>> >
>> > Hi Joan,
>> >
>> > I haven't looked at A2k7 at all but have noted the grumblings about
>> > security having been removed - are you saying that security is there
>> > but
>> > just not available using conventional "menu" methods?
>
>
Author
28 Aug 2006 8:45 PM
Brendan Reynolds
The one command that is missing when you open an MDB in Access 2007 is
'Workgroup Administrator', which is the command used in Access 2003 to join
an existing workgroup. There doesn't appear to be any command for this in
the Access 2007 UI, as far as I can see, but you can launch the Workgroup
Administrator dialog programmatically with DoCmd.RunCommand
acCmdWorkgroupAdministrator.

--
Brendan Reynolds
Access MVP

Show quoteHide quote
"Jeff Conrad" <je***@ernstbrothers.com> wrote in message
news:uXDREXtyGHA.1304@TK2MSFTNGP05.phx.gbl...
> Lynn and Keith,
>
> If you open up a MDB file in Access 2007 the Ribbon displays a specific
> chunk with all the typical
> security related menu items. Access 2007 will honor the security settings
> of the workgroup
> information file with MDB files and you can make changes as needed.
>
> If you open a ACCDB file (the 2007 file format) in Access 2007 that
> particular security chunk (and a
> replication one as well) simply does not show up on the Ribbon. I believe
> you can still access some
> of the features using DoCmd.RunCommand as Joan noted, but it is in effect
> useless on an ACCDB file
> as Access simply ignores all of those settings. (I haven't fully tested
> that so I could be off a
> bit).
>
> For some security related info with 2007 see this:
>
> http://vb123.blogspot.com/2006/02/access-2007-depreciated-workgroup.html
>
> --
> Jeff Conrad
> Access Junkie - MVP
> http://home.bendbroadband.com/conradsystems/accessjunkie.html
> Access 2007 Info: http://www.AccessJunkie.com
>
> "Lynn Trapp" wrote in message:
> news:ugdJ$zsyGHA.4392@TK2MSFTNGP04.phx.gbl...
>
>> Keith,
>> From what I understand ULS is available for older databases (pre-2007)
>> but
>> will not work with a 2007 database. Thus, while I haven't looked at it
>> yet,
>> I would doubt that the user interface shows what we have been used to for
>> security.
>>
>> --
>> Lynn Trapp
>> MS Access MVP
>> www.ltcomputerdesigns.com
>> Access Security: www.ltcomputerdesigns.com/Security.htm
>> Jeff Conrad's Access Junkie List:
>> http://home.bendbroadband.com/conradsystems/accessjunkie.html
>>
>>
>>
>> "Keith Wilby" <h***@there.com> wrote in message
>> news:44f30525_1@glkas0286.greenlnk.net...
>> > "Joan Wild" <jwild@nospamtyenet.com> wrote in message
>> > news:%23e1qOnqyGHA.4392@TK2MSFTNGP04.phx.gbl...
>> >> Correction on this.  You can launch the workgroup administrator via
>> >> DoCmd.RunCommand
>> >>
>> >
>> > Hi Joan,
>> >
>> > I haven't looked at A2k7 at all but have noted the grumblings about
>> > security having been removed - are you saying that security is there
>> > but
>> > just not available using conventional "menu" methods?
>
>
Author
29 Aug 2006 7:38 AM
Keith Wilby
"Brendan Reynolds" <brenr***@discussions.microsoft.com> wrote in message
news:%23vNmeLuyGHA.480@TK2MSFTNGP06.phx.gbl...
> The one command that is missing when you open an MDB in Access 2007 is
> 'Workgroup Administrator', which is the command used in Access 2003 to
> join an existing workgroup. There doesn't appear to be any command for
> this in the Access 2007 UI, as far as I can see, but you can launch the
> Workgroup Administrator dialog programmatically with DoCmd.RunCommand
> acCmdWorkgroupAdministrator.
>

Thanks for all the info everyone, it'll be interesting to take a look in the
fullness of time - will the Beta version of Office co-exist with 2003
without issue?

Keith.
Author
29 Aug 2006 8:39 AM
Brendan Reynolds
Microsoft advise against installing more than one version of Access, but
many of us do - I'm currently running 2003 and 2007 Beta 2. An alternative
is to use something like Virtual PC. I've used it successfully to run
earlier versions of Access under a virtual installation of Windows 98. The
problem is that later versions of Access require later versions of Windows,
which in turn have higher memory requirements. You need a lot of RAM to
successfully run Office 2003 in a virtual installation of Windows XP.

--
Brendan Reynolds
Access MVP

Show quoteHide quote
"Keith Wilby" <h***@there.com> wrote in message
news:44f3ec1c$1_1@glkas0286.greenlnk.net...
> "Brendan Reynolds" <brenr***@discussions.microsoft.com> wrote in message
> news:%23vNmeLuyGHA.480@TK2MSFTNGP06.phx.gbl...
>> The one command that is missing when you open an MDB in Access 2007 is
>> 'Workgroup Administrator', which is the command used in Access 2003 to
>> join an existing workgroup. There doesn't appear to be any command for
>> this in the Access 2007 UI, as far as I can see, but you can launch the
>> Workgroup Administrator dialog programmatically with DoCmd.RunCommand
>> acCmdWorkgroupAdministrator.
>>
>
> Thanks for all the info everyone, it'll be interesting to take a look in
> the fullness of time - will the Beta version of Office co-exist with 2003
> without issue?
>
> Keith.
>
Author
28 Aug 2006 8:24 PM
KA Spencer
Thankyou everyone who replied to my question.
I actually use a bit of VBScript for users to start my Access applications,
so I had already tested Joan's suggestion, and that does indeed work.

I find it a bit odd that we can't join a default Workgroup - surely this
MUST be an omission - otherwise, why have the facility to write security
settings to an MDW file anyway via the Security Wizard ?

If Microsoft are listening, it's not to late to realise the omission and put
it right!

Thanks again,

Ken.