Results 1 to 5 of 5
  1. #1
    kaschlegel is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    May 2013
    Posts
    10

    Split Database problem...


    I'm very new to Access, and i'm working with Access 2007 to set up a database for my company.
    I got the database functioning and I was happy with it. I set up the database on a common drive, so the employees could enter data into the forms. Then, I stumbled across the option about splitting the database, so they wouldnt have access to the back end tables. I did that, and stored the BE files in my documents on my computer. I can't find the front end files anywhere. I'm assuming it shows as FE if the back end are showing up as BE. The original database (that I did back up), is showing on the common drive, but the employees don't seem to be able to open it. It brings up the blank access screen with option to enable the data, and it stops there. Nothing opens.
    I'm sure I messed up something simple, but please let me know if I can fix this easily. Otherwise, i'll just delete the messed up ones I have and work with one of the back up copies.
    Thank you!

  2. #2
    rzw0wr is offline I will always be a newbie
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Indiana
    Posts
    479
    Only the Back End file changed names. be.
    The Front end file name remained the same and the tables should show links to the back end file.
    The back end holds only the tables. The front end hold the working part of your app.
    If you move the FE or the BE you have to relink the BE to the FE.

    I think you need to relink the be tables to you fe.

    Use the Linked Table Manager in the External Data tab at the top of your screen.

    Let us know if you need more help.

    Dale

  3. #3
    kaschlegel is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    May 2013
    Posts
    10
    Thank you, that solved that problem.
    I have a related problem, also. One of my forms was split, and included a few lines of data from a table on my BE database. It's data that the employees need access to for updating. Is there a way I can provide them access to their last few entries on my table, without giving them access to all of it?
    If not, I need to not have a split database, so is there a way to UNsplit it and protect it from accidentally deleting or typing over existing data?
    Thanks so much!

  4. #4
    rzw0wr is offline I will always be a newbie
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Indiana
    Posts
    479
    You can go to External data, Access and copy the tables back into your database.
    Delete the liked one first.

    I am not real good at queries and SQL.
    You could make a table that held just the names they could access and use this as the data source for the form.

    The only way I know of protecting data from over write or deletion is to lock it. Then you can not add to or edit it.
    It would be read only.

    Maybe another member has some idea.

    Dale

  5. #5
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    KA - Your front end is linked to your back end, and you can allow the front end to link to any table in the backend database to update the table. Otherwise, backends wouldn't be useful for most applications. All you have to do is create a query in the front end, accessing the linked table in the backend, defining "their last few entries on my table" in some specific way (for example, all records with the front end's currently logged on user id and a date less than five days old) and use that query in the desired form in the front end. You're done.

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

Similar Threads

  1. Split Database
    By injanib in forum Access
    Replies: 4
    Last Post: 10-27-2014, 02:47 PM
  2. Problem with split database
    By skydiver4 in forum Access
    Replies: 7
    Last Post: 05-15-2012, 02:26 PM
  3. Split Database on a Server Problem
    By DianeG in forum Access
    Replies: 1
    Last Post: 05-29-2010, 01:26 AM
  4. Problem with Split Database - Need Help
    By Linda in forum Access
    Replies: 5
    Last Post: 03-22-2010, 09:35 AM
  5. Split Database
    By pthoopth in forum Database Design
    Replies: 3
    Last Post: 11-09-2009, 03:37 PM

Tags for this Thread

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