Results 1 to 4 of 4
  1. #1
    tweety is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Nov 2012
    Posts
    126

    how do you store query results to an existing table

    Has anyone got any links on how to store query results to an existing table, I have checked on Google but didn't find anythink, this is this site i found http://office.microsoft.com/en-gb/ac...76527.aspx#BM4

    after trying this, access gives this error message

    Click image for larger version. 

Name:	1.jpg 
Views:	14 
Size:	94.0 KB 
ID:	11052


    Thanks

  2. #2
    Amerlitong is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Feb 2013
    Posts
    10
    i guess your doing UPDATE QUERY from other QUERY?...

  3. #3
    Amerlitong is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Feb 2013
    Posts
    10
    try using NESTED queries...

    i will give you an idea...

    UPDATE table
    SET field = field * 2
    WHERE field IN
    (SELECT field FROM table
    WHERE field IN
    (SELECT field FROM table
    WHERE field = any))

    i hope this works...

    Cheers

  4. #4
    tweety is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Nov 2012
    Posts
    126
    iam trying to use the results from the query in the screen shot, and write\save them to a table i already have (products)

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

Similar Threads

  1. Replies: 3
    Last Post: 08-07-2012, 03:48 PM
  2. Replies: 1
    Last Post: 06-26-2012, 05:02 PM
  3. list files recursively and store results in array
    By maxbre in forum Programming
    Replies: 2
    Last Post: 11-10-2011, 01:49 AM
  4. Exporting Query Results to an existing Excel Workbook
    By Dnphm in forum Import/Export Data
    Replies: 3
    Last Post: 07-13-2010, 11:40 AM
  5. Replies: 0
    Last Post: 09-25-2006, 03:42 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