Hi,
I have been looking into MSACCESS security for the first time today. I have made a little test database that I open with a shortcut that looks like this:
"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" /wrkgrp "C:\Database\test.mdw" "C:\Database\test.mdb"
That is working fine and I am happy with that.
Next I split the database by moving some tables to a new backend mdb and set up link tables in my original mdb which we can now call the front end. Everything works fine, but there is no security whatsoever on the backend db. I can simply open the backend mdb by itself and view/change whatever I want.
Is there a way I can secure my new back end with the same users/groups/permissions as the front end? I have tried making a separate mdw file for the backend, but that means my link tables don't work. Could someone please give me some ideas.
Thanks in advance,
Peter
P.S. I now have separate folders for the front end (C:\Database\Front End\) and the back end (C:\Database\Back End\).
I have been looking into MSACCESS security for the first time today. I have made a little test database that I open with a shortcut that looks like this:
"C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" /wrkgrp "C:\Database\test.mdw" "C:\Database\test.mdb"
That is working fine and I am happy with that.
Next I split the database by moving some tables to a new backend mdb and set up link tables in my original mdb which we can now call the front end. Everything works fine, but there is no security whatsoever on the backend db. I can simply open the backend mdb by itself and view/change whatever I want.
Is there a way I can secure my new back end with the same users/groups/permissions as the front end? I have tried making a separate mdw file for the backend, but that means my link tables don't work. Could someone please give me some ideas.
Thanks in advance,
Peter
P.S. I now have separate folders for the front end (C:\Database\Front End\) and the back end (C:\Database\Back End\).