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
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