>If I have a new user, I have them "Map a Network Drive" on their computer.
>This assigns a drive letter to the folder that contains the Backend.

Signature
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
"Peter Hibbs" wrote:
> Scott,
>
[quoted text clipped - 3 lines]
>
> which should do what you want.
Peter, I looked at this program, and on initial look, it appears as if the
Back End needs to be in a folder named "PivotData" and that folder needs to
be in the same folder as the Front End. If that is true, then it would
defeat my desire to keep the BE an the server and FE on the user's computer.
I may be wrong on this. I will have to look at it a little closer.
Just for future info, the link has changed. I found it here.
http://www.rogersaccesslibrary.com/download3.asp?SampleName=RelinkOnOpen.mdb
Thanks for your input,
Scott
> I'd either use the same drive letter or a network share. Then the
> user only needs to download the new FE from the server and it's
> prelinked.
I had thought of this, but if I have them download the FE that is already
mapped to the proper network share, doesn't their coomputer still have to
have that same "Mapped Drive" already set up for it to work. If the new FE
has already been set up for Drive "S:\Network_Folder\Data_be.mdb", then
doesn't the user's computer need to already have a Drive "S" set up on it?
And your suggestion to use the FE Updater code is my utimate goal. My
skills are just a step down from using that at this time, but I am still
learning.
Thanks for your quick response,
Scott
Douglas J. Steele - 19 Jan 2008 21:45 GMT
>> I'd either use the same drive letter or a network share. Then the
>> user only needs to download the new FE from the server and it's
[quoted text clipped - 6 lines]
> has already been set up for Drive "S:\Network_Folder\Data_be.mdb", then
> doesn't the user's computer need to already have a Drive "S" set up on it?
If you're concerned that they don't all have the same drive mapping, use a
network share (UNC). Rather than S:\Network_Folder\Data_be.mdb, you'd map to
\\Server\Share_name\Network_Folder\Data_be.mdb. If you're linking through
the Linked Table Manager or through File | Get External Data, navigate to
the back-end through the Network Neighborhood (or whatever it's called in
your version of Windows) rather than navigating through the mapped drive
letter.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
Peter Hibbs - 19 Jan 2008 22:11 GMT
Scott.
Unfortunately you have been directed to the wrong file on Roger
Carlson's Web site. Sometimes the link I provided does not work
properly but you can find it by going to :-
http://www.rogersaccesslibrary.com/index.htm and then click on Other
Developers Libraries, you should find it there under my name. It's
called BE ReLink.mdb.
Incidentally, you can place the Back End anywhere (i.e. on the Server
PC) and the Front End files on the network PCs. As Douglas pointed out
in the other post, you should use the Network Neighborhood option to
map the drives when you set up the pathname initially.
Hope that clarifies the situation.
Peter Hibbs.
http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hibbs,PeterS
>"Peter Hibbs" wrote:
>
[quoted text clipped - 35 lines]
>Thanks for your quick response,
>Scott
Balfour211 - 20 Jan 2008 05:45 GMT
I appreciate all of your help. It only took four of you to tell me what to
do before I realized what to do. The light finally came on regarding how to
link using the Network Neightobhood. That is what I was looking for.
I will look at the BE Relink to see if that will work for me too.
Thanks from the Slow One,
Scott