Results 1 to 8 of 8
  1. #1
    Pure Salt is offline Advanced Beginner
    Windows 7 32bit Access 2013
    Join Date
    Apr 2014
    Posts
    60

    Splitting a database

    I have never split a database before so could do with some help on the following please:-

    1) Should all front ends be accdb files or should I change to accde?

    2) If I need to create/amend forms or reports etc I presume I do this in the front end, do I then have to update everyone else's?

    3) Can I set the front ends for everyone else to not be able to make changes to the design etc? If you can how do I do this?

    Thanks

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    1) Should all front ends be accdb files or should I change to accde?
    *** the accde format will 'lock' the FE so that a user cannot put a form/report into design view - whether or not that is appropriate is a matter of choice. In terms of core functionality - it does not matter and is not a requirement.

    2) If I need to create/amend forms or reports etc I presume I do this in the front end, do I then have to update everyone else's?
    *** yes

    3) Can I set the front ends for everyone else to not be able to make changes to the design etc? If you can how do I do this?
    *** accde

  3. #3
    Pure Salt is offline Advanced Beginner
    Windows 7 32bit Access 2013
    Join Date
    Apr 2014
    Posts
    60
    Thank you.

    Just to confirm - I could leave mine as accdb & set the others as accde. Then if I update mine I need to copy & paste over the others>

  4. #4
    Z1nkstar's Avatar
    Z1nkstar is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Location
    TX, USA
    Posts
    145
    Yes you are correct when you have there front ends on there pcs you should then have a shared folder where you can update your database then you can tell them or setup a batch file that will copy the database from the shared folder.

  5. #5
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    you must maintain an accdb as the design master - - - and distribute the accde...... if you lose the accdb you are in real trouble as an accde cannot be reversed.....

  6. #6
    Pure Salt is offline Advanced Beginner
    Windows 7 32bit Access 2013
    Join Date
    Apr 2014
    Posts
    60
    Ok, thanks.

  7. #7
    thebigthing313 is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2014
    Posts
    119
    NTC pretty much covered everything, but there are two things worth noting, IMO:

    In the course of designing your application, you may find yourself in situations where some workarounds use code that open a form or report in the background in Design view, hidden to the user. It's not common, but it does happen. If you find yourself using code that uses behind-the-scenes Design View type solutions, these won't work in ACCDE.

    The other detail, which is more important, is that ACCDE requires good code. First, you can't create an ACCDE file if the database doesn't even compile due to syntax errors and what not. Also, proper error handling is crucial because in ACCDE, if your application encounters an unhandled error, the program just crashes. In ACCDB, you get that window that asks if you want to End, Debug... etc.

  8. #8
    Pure Salt is offline Advanced Beginner
    Windows 7 32bit Access 2013
    Join Date
    Apr 2014
    Posts
    60
    Thanks

    One last question (hopefully!!).

    I've split the database & everyone is working fine. Need to make a small change so have take a copy of the accdb file, tried unlinking the tables so it doesn't update anything in the main database but every time I try I get 'Referential integrity cannot be enforced between linked tables & local table.

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

Similar Threads

  1. Splitting a database
    By Pure Salt in forum Access
    Replies: 4
    Last Post: 07-08-2014, 09:47 AM
  2. Splitting my database.
    By bcox9 in forum Access
    Replies: 7
    Last Post: 12-17-2011, 06:23 PM
  3. Splitting Database
    By injanib in forum Database Design
    Replies: 0
    Last Post: 02-25-2011, 11:08 AM
  4. splitting database
    By colotazzman in forum Database Design
    Replies: 2
    Last Post: 02-10-2011, 09:12 PM
  5. Database Splitting
    By Matthieu in forum Access
    Replies: 8
    Last Post: 02-08-2010, 03:37 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