buee04:
I posted this under forms to a security question asked there but will repost here for you. It really deals with a split and secured db but I think that you will get some ideas as to an alternate distribution method. If you are all on a common server this self copy will be much nicer when it comes to updating things.
A nice feature for a distributed db is to create a batch file that not only contains the command line arguements for the database and security file but to also copy the frontend to the users local drive every time they start the database. As Admin for the database you won't use the shortcut (you will have a shortcut that is just the command lines to start your database with the appropriate security file) because as you make changes to it on your machine you might forget and run the shortcut before uploading the new front end to the network and you would overwrite your changes with the previous front end version. If you do it this way you can make changes, try them out, then upload them. When the user runs the batch file they will always get the latest revision. You can even put in a make directory command so that the front end is put in a special directory all on it's own. Don't forget to remove all permissions from the User group as it is common to every security (*.mdw) file and anyone using any security file could access your database.
Remember that whenever you change security settings to copy the front end to the server as it, as well as secure.mdw file, contains security information. The secured.mdw fileonly contains user names while the front end contains the form, table, query, ect. security.