Results 1 to 3 of 3
  1. #1
    budgie is offline Novice
    Windows XP Access 2000
    Join Date
    Apr 2015
    Location
    Wollongong NSW Australia
    Posts
    3

    Using data from linked table to update another table

    I am trying to use a linked table, .csv format to provide data to update another table in my database. When I attempt to run the update query, I get an error message "Updating data in a linked table is not supported by this ISAM." This puzzles me as it's not the linked table I'm trying to update.

    Aspects of my database query that may be relevant to my question:
    1. There is nothing in the source (linked) table that can be used as a join key, so the query uses two or more fields from the CSV table, via calculated fields in the criteria statements - there are no relationships defined explicitly with join lines between tables, either in the Query design itself or in the Relationships view.

    2. I can successfully select the subset of the records in the target table with this query, I just can't update them.

    3. I need to use a linked table as these data change each week, are exported from a non-Microsoft application, and I feel it is tedious to import the table each time.



    Thanks in advance

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,963
    Need something to analyze. Post query statement or database.
    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
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,446
    try using a dlookup instead of including your linked table in the query? It's going to be slow anyway due to lack of indexes

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

Similar Threads

  1. Replies: 9
    Last Post: 10-20-2014, 04:00 PM
  2. Replies: 0
    Last Post: 05-21-2012, 11:54 PM
  3. Replies: 1
    Last Post: 02-08-2012, 04:50 PM
  4. Replies: 0
    Last Post: 11-30-2010, 12:23 PM
  5. Replies: 3
    Last Post: 01-21-2010, 08:10 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