
Originally Posted by
tanvi
There are two methods to protect the backend database:
1) I just put a simply little "autoexec" macro that runs in the back end..
I have that macro launch a msgbox command that says you don't have
permissions. The user clicks ok, and they are kicked out.
2) If you open the frontend and delete the table links, and then recreate them,
you'll be prompted for the backend password - that will get stored with the
link, and the user won't be asked again. You could do this on your copy of
the frontend, and then distribute the updated frontend to the users.