PC Review


Reply
Thread Tools Rate Thread

Back end Front end file locations

 
 
=?Utf-8?B?TWFyeSBBbm4=?=
Guest
Posts: n/a
 
      29th Jun 2006
I intend to place the back end file in a shared folder on our network. When
I use the database splitter wizard I also save the front end file there.

Will the links still be Ok if the user moves the front end file into one of
their own folders which are not shared.
 
Reply With Quote
 
 
 
 
Douglas J Steele
Guest
Posts: n/a
 
      29th Jun 2006
It depends on how the link is made.

If the front-end was linked to the back-end using mapped drives, the user
must have the same mapped drive. If he/she does have the same mapped drive,
there should be no problem.

If the front-end was linked to the back-end using a UNC (\\server\share),
there should be no problem.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Mary Ann" <(E-Mail Removed)> wrote in message
news:5EAFF54D-78C2-424D-A119-(E-Mail Removed)...
> I intend to place the back end file in a shared folder on our network.

When
> I use the database splitter wizard I also save the front end file there.
>
> Will the links still be Ok if the user moves the front end file into one

of
> their own folders which are not shared.



 
Reply With Quote
 
=?Utf-8?B?TWFyeSBBbm4=?=
Guest
Posts: n/a
 
      2nd Jul 2006
Thank you

"Douglas J Steele" wrote:

> It depends on how the link is made.
>
> If the front-end was linked to the back-end using mapped drives, the user
> must have the same mapped drive. If he/she does have the same mapped drive,
> there should be no problem.
>
> If the front-end was linked to the back-end using a UNC (\\server\share),
> there should be no problem.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "Mary Ann" <(E-Mail Removed)> wrote in message
> news:5EAFF54D-78C2-424D-A119-(E-Mail Removed)...
> > I intend to place the back end file in a shared folder on our network.

> When
> > I use the database splitter wizard I also save the front end file there.
> >
> > Will the links still be Ok if the user moves the front end file into one

> of
> > their own folders which are not shared.

>
>
>

 
Reply With Quote
 
Ron2006
Guest
Posts: n/a
 
      3rd Jul 2006
Word of caution.......


If you are doing importing / exporting of files, AND you coded those
operations looking at the local drive or the C: drive then you
will/may have problems.

Ron

 
Reply With Quote
 
=?Utf-8?B?Sm9obiBCLiBTbW90aGVybWFu?=
Guest
Posts: n/a
 
      19th Sep 2006
How can I force the link to use //server/share instead of mapped network
drive. I have multiple users that need to use the database, but I can't
guarantee, nor require, that they all use the same drive mapping...

Thanks.

"Douglas J Steele" wrote:

> It depends on how the link is made.
>
> If the front-end was linked to the back-end using mapped drives, the user
> must have the same mapped drive. If he/she does have the same mapped drive,
> there should be no problem.
>
> If the front-end was linked to the back-end using a UNC (\\server\share),
> there should be no problem.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "Mary Ann" <(E-Mail Removed)> wrote in message
> news:5EAFF54D-78C2-424D-A119-(E-Mail Removed)...
> > I intend to place the back end file in a shared folder on our network.

> When
> > I use the database splitter wizard I also save the front end file there.
> >
> > Will the links still be Ok if the user moves the front end file into one

> of
> > their own folders which are not shared.

>
>
>

 
Reply With Quote
 
Ron2006
Guest
Posts: n/a
 
      19th Sep 2006
When you establish the link in the link table manager, enter(type in)
the //server/share part of the location when you start to look for the
mdb. Once that is there it will keep it and maintain it for the link
process.

Typically it starts on your C drive, just type in the //server/share
part and it will take over from there.

Ron

 
Reply With Quote
 
dbahooker@hotmail.com
Guest
Posts: n/a
 
      19th Sep 2006
keep your data in SQL Server.. if you use Access Data Projects; this is
a lot easier to manage.. because you don't need to move 2 mapped files
around

ADP just has this single connection to SQL Server; it's a lot easier to
manage

-Aaron




Ron2006 wrote:
> When you establish the link in the link table manager, enter(type in)
> the //server/share part of the location when you start to look for the
> mdb. Once that is there it will keep it and maintain it for the link
> process.
>
> Typically it starts on your C drive, just type in the //server/share
> part and it will take over from there.
>
> Ron


 
Reply With Quote
 
Richard
Guest
Posts: n/a
 
      22nd Oct 2009


"Douglas J Steele" wrote:

> It depends on how the link is made.
>
> If the front-end was linked to the back-end using mapped drives, the user
> must have the same mapped drive. If he/she does have the same mapped drive,
> there should be no problem.
>
> If the front-end was linked to the back-end using a UNC (\\server\share),
> there should be no problem.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "Mary Ann" <(E-Mail Removed)> wrote in message
> news:5EAFF54D-78C2-424D-A119-(E-Mail Removed)...
> > I intend to place the back end file in a shared folder on our network.

> When
> > I use the database splitter wizard I also save the front end file there.
> >
> > Will the links still be Ok if the user moves the front end file into one

> of
> > their own folders which are not shared.

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Front - SQL Back - File Locking BillD Microsoft Access 6 30th Jan 2008 03:02 PM
A03 front end with text file back end issues Maver1ck666 Microsoft Access 6 4th Dec 2007 01:01 PM
Qury sub-forms breaks front-end to back-end when imprting from new front-end jphelan1242 via AccessMonster.com Microsoft Access Queries 0 17th May 2006 06:41 PM
Front end file size grows when switching back end dbs =?Utf-8?B?UGVuZHJhZ29u?= Microsoft Access VBA Modules 7 24th Feb 2006 02:23 PM
split mdb file to Front End and Back end AviA Microsoft Access 0 22nd Dec 2005 07:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:06 AM.