Results 1 to 5 of 5
  1. #1
    jlfoster2 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jul 2012
    Posts
    1

    Linking to multiple sources

    I am new here so if I have posted in the wrong place I apologize and will happily move the post if you let me know.

    Alright so here is my situation. I work for a small manufacturing company and have been asked to set up an access database to track production. The end goal is to have a touch screen at every machine where operators will input data. This data will then dump to a different workbook for each machine. My question is: Is it possible to link one access tables with multiple xls documents so that, as data is added to any of the workbooks, it is then updated to a single access table? I also will need to find a quick way to link new files to the table as new parts are put into production.

    Thanks for any help.

  2. #2
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262
    Quote Originally Posted by jlfoster2 View Post
    Is it possible to link one access tables with multiple xls documents so that, as data is added to any of the workbooks, it is then updated to a single access table?
    not sure I understand this, but you can use the libs in visual basic to change link paths to tables and refresh them automatically. DAO, and also ADO can do things like this.

    but lets see now...so we have multiple xls's that serve as the backend and 1 access db that serves as the front end?? i don't think you can do that, can you? doesn't make sense to me.

    one link = one sheet in one table in one workbook. you can't create multiple links via the linking manager or any other resource because of definition ambiguities.

    someone correct me if I'm wrong!

  3. #3
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,965
    Access tables don't link to Excel spreadsheets. An Access file can link to an Excel spreadsheet. The link can be worked with much like a table, but data is still in spreadsheet, not an Access table object.

    You can query the link and use it as source for INSERT or UPDATE sql action to modify data in Access tables.
    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.

  4. #4
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,071
    I wouldn't recommend this setup.

    Here's the setup I would use if it was me.

    Create your access Database including tables, Forms, queries and reports
    Split the Database into a frontend and backend place the backend on the server and the frontend on each workstation. You can install the Access Runtime on each workstation (free download from microsoft)

    Test to make sure it all functions properly and you're done user's don't need excel for data entry.

    You can include the user and workstation information so you can keep track of who did what and where.

  5. #5
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262
    Quote Originally Posted by June7 View Post
    Access tables don't link to Excel spreadsheets.
    thanks for the correction June. I think I'm gonna stay off the forum for a few days.

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

Similar Threads

  1. Linking/Matching multiple IDs
    By brownk in forum Queries
    Replies: 17
    Last Post: 08-16-2016, 04:52 AM
  2. Re-linking multiple tables
    By keyel1971 in forum Programming
    Replies: 4
    Last Post: 04-02-2012, 06:16 AM
  3. Linking multiple tables
    By anemoskkk in forum Access
    Replies: 0
    Last Post: 04-15-2011, 06:31 PM
  4. Link to multiple sources
    By AquaChaos in forum Import/Export Data
    Replies: 4
    Last Post: 06-16-2010, 02:43 PM
  5. Linking Multiple records
    By rricci@marcct.org in forum Programming
    Replies: 0
    Last Post: 02-14-2008, 09:18 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