Hello,
For the moment I have no idea of how to consolidate two .mdb bases...
This is what I want to achieve:
- A first .mdb base will be on a server, it is the "online" version
- A dozen users will have his own version of the base, the "offline" version, to work on it anywhere.
- On the offline version there is a "consolidate" button to merge the offline base data with the online version (new lines and modified lines will be added from one version to the another version). In this way everybody can have the same base version.
What is the simply way to consolidate theses bases ? (I know how to code in VBA if it is the best solution)
Thanks !
Jean