jumbledore
Active Member
- Joined
- Jan 17, 2014
- Messages
- 262
What's the difference between "Split database" and "make Accde"?
thanks for the quick response. One more question, if I were to create an accde after creating a split and then make this accde available on a network, can it be shared by multiple users at once? Can they read and update to the database simultaneously? ThanksI believe so. I think you want to split the database first, then make the Front-End and accde.
Just be sure to save a copy of the Front-End before it is made to an accde, as if you ever need to make changes to it, you will need the version that is not an accde.
but I have read online that if you give users a local copy of their own front-end it could pose problems in the future when any modifications need to be madeThe whole point of a split database is that there should be one back-end database which holds all the data, and then each user should have their own copy of the Front-End, and then yes, they can read and update the database simultaneously without issue (the only issue would be if two people try to update the exact same record simultaneously). So if you are making the accde from the Front-End of the split database, then yes, you will want to give each user their own copy.
I disagree. You simply need to distribute a new version if there are modifications.but I have read online that if you give users a local copy of their own front-end it could pose problems in the future when any modifications need to be made
I disagree. You simply need to distribute a new version if there are modifications.
It is actually easier than you think. We create a simple little batch file that they use to open the database. What the batch file actually does is copy down a fresh copy of the Front-End from the network to their computer, and then open that copy. So to do any updates, all you would need to do is replace the copy on the network that the batch file copies down to users computers each time.
See this thread for details: Possible to send out a "patch" or better way of updating databases for multiple users?
Trust me, you do NOT want users opening the exact same single copy of the Front-End at the same time. It defeats the whole purpose of splitting it.