Results 1 to 11 of 11
  1. #1
    crash009 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    May 2014
    Location
    Dakar
    Posts
    5

    Help needed !! multiple f-e and single b-e

    Hi Everyone !



    I have prepared an access database that is supposed to be shared on a local network. I have split the database and now I just have to copy the f-e and distribute it to all users.

    Unfortunately there is one thing that i can't figure out: I would like to have many types of front-end files (each of them has a different content) and the back end file will be the combination of all these front end files' content.

    Is that even possible? If yes, how?

    Many thanks in advance for your help.

    Cheers !

  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,770
    Sorry, does not make any sense to me. Frontend should not have tables that are intended to store shared data.

    The only thing I can think of that comes close to what you describe is a database I had to design. There is a single file retained in the main office as a central repository. Empty copies of the db are distributed to each project site office. At end of construction season the files are returned and records are imported to the central file.
    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
    crash009 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    May 2014
    Location
    Dakar
    Posts
    5
    Sorry I think i did not explain my point so well. Frontend is not supposed to have tables that are intended to store shared data. The shared data will be stored in the backend.

    The point is to have a separate file for each user. There will be a different content for each front end database.

    The back end will be the combination of all the front end files' content...

    Thanks again

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Sorry, still doesn't make sense. What is the different content? If the FE doesn't have data intended to be shared then why would the BE combine the various contents? Sounds to me like what is needed is a frontend that filters records on forms and reports for each user.

    The scenario I described earlier was chosen because site offices often did not have reliable internet.
    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.

  5. #5
    dunc723 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    28
    Sounds like Crash wants different users to have different interfaces - maybe different input forms for different purposes (order entry vs. shipping, for example?), and maybe only output reports for other users. I don't know if that's possible, I'm just trying to interpret and learn along the way.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Yes, if the 'different content' Crash references is just the interface, separate db's is one approach. Or can have one db with menu form to select Shipping, Orders, etc.
    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.

  7. #7
    crash009 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    May 2014
    Location
    Dakar
    Posts
    5
    Thank you all for taking the time to analyse my question. I know my English is not so good but i will try to give a scenario for u to have a better picture.

    Suppose I am a manager. I have a team composed of 3 members (Alex, John and Sam).

    the 3 of them have the same job to do. so in order for me to see what they have done, each team member will have its own front-end file with one table. at my level, i will have the back end file (combination of the 3 tables) that will allow me to monitor what they are doing.

    I hope this scenario makes sense this time.

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    That is contrary to conventional db split design for multiple users.

    Your 'backend' is really a frontend linking to individual tables in 3 other databases. Where do those 3 dbs sit - on user computer C drive or on the central server? How will you link to those 3 dbs if they are on their C drives? The user computers would have to be set for sharing.

    If those 3 tables are really identical in structure, then really should be one table in a backend file. Then everyone (including you) uses the same (copies on their workstations) frontend linked to the backend table.
    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.

  9. #9
    crash009 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    May 2014
    Location
    Dakar
    Posts
    5
    Hey June7 !

    Thanks for the swift reply !

    As a matter of fact, we do have a common drive in a local network so linking them is not really an issue.

    Under normal circumstances, sharing the using the same FE should be the optimal solution to my problem. But there is confidentiality that needs to be respected. One does not have to see what the other is doing.

    Is that even possible? (sometimes i really think out of the box)

  10. #10
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    If everyone has access to the common drive and knows where the files are, how safe are they? Each user db is in a restricted folder that only each respective user and you have permission to?

    So yes, that may be your best approach. Locking down a single backend in a common location is apparently not easy.
    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.

  11. #11
    crash009 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    May 2014
    Location
    Dakar
    Posts
    5
    Indeed you are right ! I know there is a way to prevent some users from accessing a specific folder in the drive but i forgot that synchronizing the f-e with b-e will not be possible if i do such thing.

    I will try to find another way. many thanks for your time June7. I really appreciate it.

    And sorry for the crazy questions ! as you may have noticed i'm still a beginner and i'm tryna find my way around.

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

Similar Threads

  1. Replies: 22
    Last Post: 12-29-2015, 10:41 PM
  2. Replies: 3
    Last Post: 02-04-2014, 04:33 PM
  3. Multiple Reports to Single PDF
    By hkimpact in forum Access
    Replies: 1
    Last Post: 06-11-2012, 03:17 PM
  4. Multiple connections to a single backend
    By shabbaranks in forum Access
    Replies: 1
    Last Post: 01-09-2012, 04:38 AM
  5. Multiple counts/sums needed
    By Audreysfirstdaughter in forum Queries
    Replies: 6
    Last Post: 05-25-2011, 02:14 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