I have a desktop application built with Access 2013 which I would like to make available to my users. Since application is desktop-based it will not be running on a website but on my users’ desktop. In reality my application will be posted on a Citrix server (“the user”), which in turn will make the application available to all the users.
My application was originally written in Access 2007 and I successfully used the Access 2007 package wizard in the past to create the deployment package.
Things have changed with Access 2013. Microsoft has gotten rid of the package wizard available in Access 2007. Online research seems to indicate that the way to deploy an Access 2013 desktop-based application is by building an accde file, which I have done. However, the accde file fails to hide the object browser on the left side of my Access software as well as the “create”, “external data” and “database tools” tabs. I obviously would like to keep these features hidden from my users.
Are there any tools in Access 2013 with which I can achieve what I could do with Access 2007 package wizard? If not, how I can deploy my application?