Results 1 to 3 of 3
  1. #1
    fritesmodern is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    May 2015
    Posts
    13

    Access 2013 deployment

    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?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Have you set db Options to hide stuff? Hide Navigation pane, hide ribbon, disable shortcut menus, disable function keys, disable X close, disable File tab menu items. I do all this with Options and VBA and customized ribbon with xml code. Review https://www.accessforums.net/access/...ers-48543.html

    I have never used accde.

    A multi-user database should also be split design. Is yours split?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    Just like June7 explained, I use code to hide everything. I do not depend on accde to hide features. I depend on Access' Options and code to hide features, ie use code to hide the Quick Access Toolbar.

    The only thing I depend on accde to do for me is to eliminate the VBA and leave behind the machine language. So if you are not concerned about people, possibly, seeing your VBA and maybe trying to edit the application, accde conversion is not really necessary.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 08-13-2015, 02:14 PM
  2. Access front-end deployment
    By Euler in forum Access
    Replies: 9
    Last Post: 02-17-2015, 07:06 AM
  3. Replies: 3
    Last Post: 08-27-2012, 11:51 AM
  4. Access 2007 DB Intranet Deployment
    By Treble_Mebbel in forum Access
    Replies: 2
    Last Post: 10-12-2011, 12:52 PM
  5. Access Deployment
    By nidaz17 in forum Access
    Replies: 10
    Last Post: 04-25-2010, 02:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums