There is no such thing as an "executable only version" of an Access database. To run/open/use and Access database one must have either the full version of MS Access or the freeruntime versioninstalled.
Now, if you are wanting to create an installation package, you are probably thinking of the Packaging Solution Wizard (PSW), but this was removed as of Access 2013. This said, there are a number of alternatives that you can learn a little more about by going to: http://www.devhut.net/2014/06/04/ms-access-package-solution-wizard-is-dead-now-what/
You mention (.accde file). If this is what you are after, this is still possible. This is known as a compiled version and Access locks down certain elements of the database (forms, reports, VBA). To convert an accdb into an accde: File -> Save As -> Make ACCDE -> Save As
If none of the above is what you are referring to, please post back with more details.