
– And that is exactly the intention I have with my script. in a continuous integration (CI) context. So you might ask, why I want to create the AccDE by code instead of manually using the Save Database As / Make ACCDE route in the user interface.Ĭreating an AccDE by code is very useful in a build script to automate your release management, e.g. There is no way to compile an Access database to a standalone Application.

Still the resulting file can only be run within Microsoft Access or the Microsoft Access Runtime. In all these files the VBA code is compiled to P-Code, an intermediate code format that can be easily transformed to machine executable code. You can only compile an Access Database into an AccDE, MDE or ADE file, depending on the file format of the originating file.

exe executable, I have to disappoint you. If you came here because you want to know how to compile a Microsoft Access Database into an.
