A few years ago I read that it was possible to transform a database into an .exe application. Can someone guide me into doing so ? Thank you in advance
What specifically are you trying to accomplish? With Access you can create an 'all-in-one' application that is front-end (data entry screens and reports) and 'back-end' (the database part).
You can create the 'front end' in Access and compile it into a .mde file. You can also remove some of the menu options and hide the database window so your users will not be able to make changes to the forms/reports/etc...
You can open the .mde file without opening Access first. Windows should already have the association from the .mde to Access.
The problem is if Access is not installed on the target machine. You need to deploy the Access runtime files with the .mde file and make some registry entries to build the association. This is further complicated by Microsoft's licensing issues on the runtime files...
There are often many ways to accomplish a given task so you may really need to take a good look at your requirements and needs before deciding on a specific solution.