Results 1 to 2 of 2
  1. #1
    Budatlitho is offline Advanced Beginner
    Windows 10 Office 365
    Join Date
    Mar 2016
    Posts
    36

    Update existing table with quantities from another table

    Hello:

    I've struggled with this for quite a few hours, and it's time to ask for help.



    Here's the SQL from my Access query:

    Code:
    UPDATE JumbulaMoniesQryNew RIGHT JOIN Symposium_member ON JumbulaMoniesQryNew.eid = Symposium_member.eid SET Symposium_member.amountdue = [JumbulaMoniesQryNew]![SumOfOrder amount], Symposium_member.amountpaid = [JumbulaMoniesQryNew]![SumOfPaid amount];
    Running the query gives "Operation must use an updateable query"

    Stumped in Plymouth MI...

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Access does not allow use of aggregate query as source for UPDATE action.

    Usually, saving aggregate data is a bad idea. Risk of saved calcs getting 'out of sync' with data.

    If it can be calculated for update, it can be calculated when needed.
    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. Use Form to Update Existing Table Rows
    By pkjividen in forum Database Design
    Replies: 4
    Last Post: 02-22-2018, 02:44 PM
  2. Replies: 1
    Last Post: 10-25-2016, 03:24 PM
  3. Update existing table in Access from Excel using VBA
    By rscott1989 in forum Import/Export Data
    Replies: 3
    Last Post: 11-25-2015, 01:20 PM
  4. Replies: 7
    Last Post: 03-22-2015, 02:29 AM
  5. Replies: 3
    Last Post: 05-23-2012, 07:48 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