First of all this is a question: "what is the best way to connect to a DB? " so don't delete it. thanks
I'm now facing a real problem at code organization when I connect to a DB with Access, when building forms. I'm coming from a MVC background and I don't see any simple way to do this. The DB connecting process is quite overkill for what I'm know right now and that's why I ask you guys if you know what are the best practices, or design patterns, for building real-world MS Access Forms that connects to a DB. (and of course reuse code, be DRY) Are there any great frameworks to help my "difficult" life?