Remote desktop file Location

G

Guest

we are utilizing a server with Remote Desk top for offsite offices. they can
login and utilize the access program with no problems. what I want to do is
take the front end and globally place the front end on their desktop (not in
one location that they all share, but a unique copy on each remote desk top).
currently when we make modifications we must login to each RDT and change the
front end file manually. we are hoping to do this globally just once.
 
A

Arvin Meyer [MVP]

Robert said:
we are utilizing a server with Remote Desk top for offsite offices. they
can
login and utilize the access program with no problems. what I want to do
is
take the front end and globally place the front end on their desktop (not
in
one location that they all share, but a unique copy on each remote desk
top).
currently when we make modifications we must login to each RDT and change
the
front end file manually. we are hoping to do this globally just once.

Remember that you will need a Terminal Server or use another program to
connect more than 2 concurrent connections with RDP. What you need to do is
put a folder for each user on the remote machine, with a copy of the
database front-end in each folder.
 
G

Guest

that's how i'm doing it currently. i was hoping to put the front-end in a
folder in the documents/all users/xxxxx 9for exapmle) and put a shorcut on
the desktop to that location. the problem i'm having is it seems that all
users will access the same file. i need a way to load the file once on the
server and than populate each RDT users desktop at login. so no two users are
sharing the same front-end, but i only load it once on the server.
 
D

David W. Fenton

that's how i'm doing it currently. i was hoping to put the
front-end in a folder in the documents/all users/xxxxx 9for
exapmle) and put a shorcut on the desktop to that location. the
problem i'm having is it seems that all users will access the same
file. i need a way to load the file once on the server and than
populate each RDT users desktop at login. so no two users are
sharing the same front-end, but i only load it once on the server.

You need to put it some where in the user's profile folder. The
environment variable %USERPROFILE% can be used in your shortcut. You
could also use this API code to get the location:

http://www.mvps.org/access/api/api0054.htm
 
A

Arvin Meyer [MVP]

Robert said:
that's how i'm doing it currently. i was hoping to put the front-end in a
folder in the documents/all users/xxxxx 9for exapmle) and put a shorcut on
the desktop to that location. the problem i'm having is it seems that all
users will access the same file. i need a way to load the file once on the
server and than populate each RDT users desktop at login. so no two users
are
sharing the same front-end, but i only load it once on the server.

Actually, you need to load it as many times as there are concurrent users.
The back-end is the common file that only gets loaded once.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top