Hi
Im starting to look into how to distribute my access db to users.
I have 10 users.
We have a company network where we store files etc.
My idea is to do this:
1. Split my database in backend and frontend
2. Save the backend in a "hidden" folder on our network.
3. Save the frontend in the same hidden folder on our network.
4. Create a BAT file that i place in a visible place on our network.
When any user runs/opens the BAT file.
It will copy the frontend file and paste it on the users local computer in c:/database/
And then open that file.
When the user closes the file, it will stay there.
If the user opens the BAT file in the visible place on our network again, the code should do the same... copy (this time replace the current file in the c:/database/ folder) and open.
Do you guys think this is a viable solution?
Or is it better to just create
10 folders on our network and name them with the users names and let them use one frontend file each?
Im starting to look into how to distribute my access db to users.
I have 10 users.
We have a company network where we store files etc.
My idea is to do this:
1. Split my database in backend and frontend
2. Save the backend in a "hidden" folder on our network.
3. Save the frontend in the same hidden folder on our network.
4. Create a BAT file that i place in a visible place on our network.
When any user runs/opens the BAT file.
It will copy the frontend file and paste it on the users local computer in c:/database/
And then open that file.
When the user closes the file, it will stay there.
If the user opens the BAT file in the visible place on our network again, the code should do the same... copy (this time replace the current file in the c:/database/ folder) and open.
Do you guys think this is a viable solution?
Or is it better to just create
10 folders on our network and name them with the users names and let them use one frontend file each?