Results 1 to 6 of 6
  1. #1
    edwardcga is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Posts
    31

    Split database and distribution

    I have an application that I published and installed on a user's Computer(no access installed.) All is running fine. I have a question if I split the database with front and back end. (Back end database will be on a different folder or network drive.) Do I just publish the front end and how do I link the back end. In the runtime version do they have a link manager to connect the front end to the back end database.



    Your advice is much appreciated.

    RR

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Create the links before you publish. How are you publishing? RT does not allow any interface other than the forms and reports you create.

  3. #3
    edwardcga is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Posts
    31
    Quote Originally Posted by ItsMe View Post
    Create the links before you publish. How are you publishing? RT does not allow any interface other than the forms and reports you create.
    Thanks for the advice. Will try. I save and publish as package solution including the runtime. Yes, the user see only the forms and reports also a few queries but cannot export the data extracted. (except by manually highlighted the data and copy/paste to excel.) not sure if any other ways to enable export data out.

    Thanks

    RR

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Lots of ways to manage data. You need VBA to do the work for you in RT environments. Not sure what you mean by, "...also a few queries....".

    AFAIK query objects are not able to be viewed in runtime. Also, use UNC to define the paths for your linked tables, and everything else for that matter. If using Active Directory.... Go to Network and then navigate to the accdb file. You do not want to connect using mapped drives. The drive letter in the path may not match a mapped drive on another machine.

  5. #5
    edwardcga is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Posts
    31
    Thanks for your reply. For the advice I need to learn more as I am not a network person. I just started to learn programming in ACCESS and using VBA. As for the queries I mentioned, I use a from with date parameter to open and run a query. It shows the data just have no tools to export the data. Maybe as you said net to write codes using VBA further develop the function of the application.

    Thanks

    RR


    Quote Originally Posted by ItsMe View Post
    Lots of ways to manage data. You need VBA to do the work for you in RT environments. Not sure what you mean by, "...also a few queries....".

    AFAIK query objects are not able to be viewed in runtime. Also, use UNC to define the paths for your linked tables, and everything else for that matter. If using Active Directory.... Go to Network and then navigate to the accdb file. You do not want to connect using mapped drives. The drive letter in the path may not match a mapped drive on another machine.

  6. #6
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,973
    Managing split database is common topic. Here is recent thread https://www.accessforums.net/access/...lem-40120.html
    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.

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

Similar Threads

  1. Replies: 4
    Last Post: 11-27-2013, 09:51 AM
  2. Application distribution
    By paddymx in forum Programming
    Replies: 6
    Last Post: 08-18-2013, 04:38 PM
  3. Compiling for distribution
    By wthoffman in forum Access
    Replies: 1
    Last Post: 02-03-2011, 09:34 AM
  4. Report Distribution List
    By mvuhu_accessforum in forum Forms
    Replies: 1
    Last Post: 10-18-2010, 11:18 AM
  5. building a distribution package
    By BevA in forum Access
    Replies: 0
    Last Post: 05-26-2006, 07:04 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