Results 1 to 9 of 9
  1. #1
    data808 is offline Noob
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    727

    ACCDB vs ACCDE


    How do these work? What are the differences? Pros and cons?

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    accde files are executable files that you would distribute to the consumer of your app. Publishing your accdb file as an executable eliminates the ability to use the VBA editor by compiling all of your code so that it is only available during Run Time. You will not have access to class modules or general modules in an accde file. Nor will you have access to the navigation pane or the properties of objects.

  3. #3
    data808 is offline Noob
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    727
    Why didn't anyone tell me this. I was looking for something that could lock all those things like navigation pane to prevent the viewing of tables. I wanted to lock the table. But everyone tells me you can't do that. This may be the solution. So if I convert to ACCDE will I be to convert back if I need access to the navigation pane in the future?

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    No.

    For my purposes, I just use accdb and employ code to lockdown the FE files, preventing access to toolbars, etc. Test the accde and see. I have been able to get to the table objects in previous versions of Access executable files.

  5. #5
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,901
    You have to keep the non-executable version. Do edits in that file and then re-distribute the executable after each edit.
    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.

  6. #6
    data808 is offline Noob
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    727
    So if I understand correctly, executable files (accde) are for viewing only. No edits can be made until you put the file back to non-executable format (accdb)?

  7. #7
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,901
    Executable prevents modifying design and is intended for end user data entry/edit and report output.
    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.

  8. #8
    data808 is offline Noob
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    727
    Ok so edits can be made just not design view edits.

  9. #9
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by data808 View Post
    Ok so edits can be made just not design view edits.
    Ummm.... Edits to the data can be made. Basically, your app needs to be able to function 100% in a run time environment.

    However, if you are trying to restrict access to various things you will need to implement a combination of client settings and or VBA along with the executable. It does not sound like the executable alone will accomplish what you are after.

    The executable will not include your VBA code. This is the big distinction. Like I said, try it out and see what it has to offer.

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

Similar Threads

  1. Accdb To Accde Transfer, Access 2007
    By Luu in forum Access
    Replies: 3
    Last Post: 01-19-2013, 12:30 AM
  2. Replies: 9
    Last Post: 04-20-2012, 08:13 AM
  3. .accde / .accdb issue
    By HeadGasket in forum Access
    Replies: 4
    Last Post: 02-03-2012, 05:08 PM
  4. Replies: 2
    Last Post: 07-23-2011, 08:16 PM
  5. Cannot make ACCDE
    By DanW in forum Database Design
    Replies: 1
    Last Post: 12-10-2009, 08:20 PM

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