Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying Access app on Terminal Services

Status
Not open for further replies.

nickspace

IS-IT--Management
May 2, 2005
43
US
Hello everyone,
I am trying to deploy an access app. on a Win 2K3 server. The plan is to deposit the mdb and mdw files in a folder on the server. I have created a batch file for each user that starts up the application using the following command:
Start "D:\Program Files\Office11\MSAccess.exe" "D:\XXX\XXX.mdb" /wrkgrp "D:\XXX\XXX.mdw" /user ABC

I have set up the active directory listing for each user so that when they log in, it runs this batch file and opens the application. The purpose of doing it this way is to make sure that when the user exits our application, the session is disconnected and they cannot minimize our application and browse the files on the server. However, when the users log in this way, they do not get logged into the workgroup and instead are logged in directly as Admin. Can anyone please help?


Thanks,
Nick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top