Home All Groups Group Topic Archive Search About

Programically redirecting to different mdw files

Author
5 Dec 2006 3:06 PM
Cameron
i work with a lot of Access applications and they all have different users
and security files. Instead of having to always join a new security file
whenever I am working on a new database how would I programically point to
the mdw file for the particular application?

Author
5 Dec 2006 3:17 PM
Lynn Trapp
Use a shortcut that points to the appropriate .mdw file. The general syntax
is:

FullPathToMSAccess.exe FullPathToDatabase.mdb /wrkgrp FullPathToWIF.mdw

--

Lynn Trapp
Microsoft MVP (Access)
www.ltcomputerdesigns.com


Show quoteHide quote
"Cameron" <Came***@discussions.microsoft.com> wrote in message
news:23A49745-FE6D-4EDD-A36D-90B4F69D1B6E@microsoft.com...
>i work with a lot of Access applications and they all have different users
> and security files. Instead of having to always join a new security file
> whenever I am working on a new database how would I programically point to
> the mdw file for the particular application?
Author
5 Dec 2006 3:27 PM
Cameron
Cool, that looks rather easy to do. So I am just passing the MDW file to
Access then.

Show quoteHide quote
"Lynn Trapp" wrote:

> Use a shortcut that points to the appropriate .mdw file. The general syntax
> is:
>
> FullPathToMSAccess.exe FullPathToDatabase.mdb /wrkgrp FullPathToWIF.mdw
>
> --
>
> Lynn Trapp
> Microsoft MVP (Access)
> www.ltcomputerdesigns.com
>
>
> "Cameron" <Came***@discussions.microsoft.com> wrote in message
> news:23A49745-FE6D-4EDD-A36D-90B4F69D1B6E@microsoft.com...
> >i work with a lot of Access applications and they all have different users
> > and security files. Instead of having to always join a new security file
> > whenever I am working on a new database how would I programically point to
> > the mdw file for the particular application?
>
>
>
Author
5 Dec 2006 3:50 PM
Lynn Trapp
Yes, and you need to be sure that all the users are joined to the default
..mdw file that ships with access.

--

Lynn Trapp
Microsoft MVP (Access)
www.ltcomputerdesigns.com


Show quoteHide quote
"Cameron" <Came***@discussions.microsoft.com> wrote in message
news:E6319F2F-623D-42F1-B592-21B5BAE5E679@microsoft.com...
> Cool, that looks rather easy to do. So I am just passing the MDW file to
> Access then.
>
> "Lynn Trapp" wrote:
>
>> Use a shortcut that points to the appropriate .mdw file. The general
>> syntax
>> is:
>>
>> FullPathToMSAccess.exe FullPathToDatabase.mdb /wrkgrp FullPathToWIF.mdw
>>
>> --
>>
>> Lynn Trapp
>> Microsoft MVP (Access)
>> www.ltcomputerdesigns.com
>>
>>
>> "Cameron" <Came***@discussions.microsoft.com> wrote in message
>> news:23A49745-FE6D-4EDD-A36D-90B4F69D1B6E@microsoft.com...
>> >i work with a lot of Access applications and they all have different
>> >users
>> > and security files. Instead of having to always join a new security
>> > file
>> > whenever I am working on a new database how would I programically point
>> > to
>> > the mdw file for the particular application?
>>
>>
>>
Author
5 Dec 2006 3:59 PM
Cameron
Oh, I think that should be the case. When the clients on the network get
imaged they are generally built as per default install.
Show quoteHide quote
"Lynn Trapp" wrote:

> Yes, and you need to be sure that all the users are joined to the default
> ..mdw file that ships with access.
>
> --
>
> Lynn Trapp
> Microsoft MVP (Access)
> www.ltcomputerdesigns.com
>
>
> "Cameron" <Came***@discussions.microsoft.com> wrote in message
> news:E6319F2F-623D-42F1-B592-21B5BAE5E679@microsoft.com...
> > Cool, that looks rather easy to do. So I am just passing the MDW file to
> > Access then.
> >
> > "Lynn Trapp" wrote:
> >
> >> Use a shortcut that points to the appropriate .mdw file. The general
> >> syntax
> >> is:
> >>
> >> FullPathToMSAccess.exe FullPathToDatabase.mdb /wrkgrp FullPathToWIF.mdw
> >>
> >> --
> >>
> >> Lynn Trapp
> >> Microsoft MVP (Access)
> >> www.ltcomputerdesigns.com
> >>
> >>
> >> "Cameron" <Came***@discussions.microsoft.com> wrote in message
> >> news:23A49745-FE6D-4EDD-A36D-90B4F69D1B6E@microsoft.com...
> >> >i work with a lot of Access applications and they all have different
> >> >users
> >> > and security files. Instead of having to always join a new security
> >> > file
> >> > whenever I am working on a new database how would I programically point
> >> > to
> >> > the mdw file for the particular application?
> >>
> >>
> >>
>
>
>
Author
6 Dec 2006 2:56 PM
Cameron
Will this shortcut work with mde databases also?

I have taken over a position to work on and deploy a database to several
locations within the organization. I currently have a new deployment that is
giving trouble. I built a shortcut like you had mentioned to open the freshly
deployed DB but when the user opens it for the first time it starts to open
and then Poof closes. I have seen this before when I have not been pointed or
entered into the mdw file but I don't get it the shortcut should work. Any
thoughts?

Show quoteHide quote
"Lynn Trapp" wrote:

> Yes, and you need to be sure that all the users are joined to the default
> ..mdw file that ships with access.
>
> --
>
> Lynn Trapp
> Microsoft MVP (Access)
> www.ltcomputerdesigns.com
>
>
> "Cameron" <Came***@discussions.microsoft.com> wrote in message
> news:E6319F2F-623D-42F1-B592-21B5BAE5E679@microsoft.com...
> > Cool, that looks rather easy to do. So I am just passing the MDW file to
> > Access then.
> >
> > "Lynn Trapp" wrote:
> >
> >> Use a shortcut that points to the appropriate .mdw file. The general
> >> syntax
> >> is:
> >>
> >> FullPathToMSAccess.exe FullPathToDatabase.mdb /wrkgrp FullPathToWIF.mdw
> >>
> >> --
> >>
> >> Lynn Trapp
> >> Microsoft MVP (Access)
> >> www.ltcomputerdesigns.com
> >>
> >>
> >> "Cameron" <Came***@discussions.microsoft.com> wrote in message
> >> news:23A49745-FE6D-4EDD-A36D-90B4F69D1B6E@microsoft.com...
> >> >i work with a lot of Access applications and they all have different
> >> >users
> >> > and security files. Instead of having to always join a new security
> >> > file
> >> > whenever I am working on a new database how would I programically point
> >> > to
> >> > the mdw file for the particular application?
> >>
> >>
> >>
>
>
>
Author
6 Dec 2006 6:13 PM
Lynn Trapp
It should werk fine with .mde files. I'm not sure about your problem with it
shutting down without warning.

--

Lynn Trapp
Microsoft MVP (Access)
www.ltcomputerdesigns.com


Show quoteHide quote
"Cameron" <Came***@discussions.microsoft.com> wrote in message
news:8A258830-4237-4E68-A015-61890CB66690@microsoft.com...
> Will this shortcut work with mde databases also?
>
> I have taken over a position to work on and deploy a database to several
> locations within the organization. I currently have a new deployment that
> is
> giving trouble. I built a shortcut like you had mentioned to open the
> freshly
> deployed DB but when the user opens it for the first time it starts to
> open
> and then Poof closes. I have seen this before when I have not been pointed
> or
> entered into the mdw file but I don't get it the shortcut should work. Any
> thoughts?
>
> "Lynn Trapp" wrote:
>
>> Yes, and you need to be sure that all the users are joined to the default
>> ..mdw file that ships with access.
>>
>> --
>>
>> Lynn Trapp
>> Microsoft MVP (Access)
>> www.ltcomputerdesigns.com
>>
>>
>> "Cameron" <Came***@discussions.microsoft.com> wrote in message
>> news:E6319F2F-623D-42F1-B592-21B5BAE5E679@microsoft.com...
>> > Cool, that looks rather easy to do. So I am just passing the MDW file
>> > to
>> > Access then.
>> >
>> > "Lynn Trapp" wrote:
>> >
>> >> Use a shortcut that points to the appropriate .mdw file. The general
>> >> syntax
>> >> is:
>> >>
>> >> FullPathToMSAccess.exe FullPathToDatabase.mdb /wrkgrp
>> >> FullPathToWIF.mdw
>> >>
>> >> --
>> >>
>> >> Lynn Trapp
>> >> Microsoft MVP (Access)
>> >> www.ltcomputerdesigns.com
>> >>
>> >>
>> >> "Cameron" <Came***@discussions.microsoft.com> wrote in message
>> >> news:23A49745-FE6D-4EDD-A36D-90B4F69D1B6E@microsoft.com...
>> >> >i work with a lot of Access applications and they all have different
>> >> >users
>> >> > and security files. Instead of having to always join a new security
>> >> > file
>> >> > whenever I am working on a new database how would I programically
>> >> > point
>> >> > to
>> >> > the mdw file for the particular application?
>> >>
>> >>
>> >>
>>
>>
>>
Author
6 Dec 2006 6:25 PM
Joan Wild
It will also work with mde files.

If any paths have spaces in them you must enclose the entire path in double
quotes.

If you still have trouble, post back with what you have in the target of the
shortcut.


--
Joan Wild
Microsoft Access MVP

Cameron wrote:
Show quoteHide quote
> Will this shortcut work with mde databases also?
>
> I have taken over a position to work on and deploy a database to
> several locations within the organization. I currently have a new
> deployment that is giving trouble. I built a shortcut like you had
> mentioned to open the freshly deployed DB but when the user opens it
> for the first time it starts to open and then Poof closes. I have
> seen this before when I have not been pointed or entered into the mdw
> file but I don't get it the shortcut should work. Any thoughts?
>
> "Lynn Trapp" wrote:
>
>> Yes, and you need to be sure that all the users are joined to the
>> default ..mdw file that ships with access.
>>
>> --
>>
>> Lynn Trapp
>> Microsoft MVP (Access)
>> www.ltcomputerdesigns.com
>>
>>
>> "Cameron" <Came***@discussions.microsoft.com> wrote in message
>> news:E6319F2F-623D-42F1-B592-21B5BAE5E679@microsoft.com...
>>> Cool, that looks rather easy to do. So I am just passing the MDW
>>> file to Access then.
>>>
>>> "Lynn Trapp" wrote:
>>>
>>>> Use a shortcut that points to the appropriate .mdw file. The
>>>> general syntax
>>>> is:
>>>>
>>>> FullPathToMSAccess.exe FullPathToDatabase.mdb /wrkgrp
>>>> FullPathToWIF.mdw
>>>>
>>>> --
>>>>
>>>> Lynn Trapp
>>>> Microsoft MVP (Access)
>>>> www.ltcomputerdesigns.com
>>>>
>>>>
>>>> "Cameron" <Came***@discussions.microsoft.com> wrote in message
>>>> news:23A49745-FE6D-4EDD-A36D-90B4F69D1B6E@microsoft.com...
>>>>> i work with a lot of Access applications and they all have
>>>>> different users
>>>>> and security files. Instead of having to always join a new
>>>>> security file
>>>>> whenever I am working on a new database how would I programically
>>>>> point to
>>>>> the mdw file for the particular application?