I've been struggling for few days on this workaround...
So, as you may know, Microsoft ran its cloud ALM platform : team foundation services (https://tfs.visualstudio.com/). It is free to use for teams containing less that 5 users... and it can be used with MS Access !
In the same time a customer of mine asked me to maintain a bundle of internally developed MS Access applications :(.
Though we may progressively migrate thees application to .Net, the first step will be to debug and maintain access applications... So to minimize issues I decided to put it under source management, and why not ALM.
The problem is Access files (mdb :() are binary files.
There are no explicit explanations to get it work with Team Foundation Services.
How can I accomplish this?