Results 1 to 2 of 2
  1. #1
    newtoAccess is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Nov 2009
    Posts
    226

    Update table not working

    As per my previous problem update Query being too large. It worked great and did what I wanted until Iran out of space.



    Now I have 2 select queries. That count, sum and calculate percent. The select query results work good.

    How should I get them into my 1 table?
    Use update query?
    I created a new update query to update from query Part1 to the table and nothing is found. I am asked to enter anything I want for each field.

    The help file does not explain what should be in the windows.

    The top half of the window shows the destination table.

    In the bottom half I have selected the field, the table, in the update to box I have the source [query Name]![query field]


    The result is: I am asked to enter what I want for each field and still nothing shows up in my table.

    So what am I doing wrong?
    ----------------------------------

    UPDATE Table_Sum_All SET Table_Sum_All.CountOfID = [Query_Make_Table_Sum_All_Part 1]![CountOfID], Table_Sum_All.CountOfAge = [Query_Make_Table_Sum_All_Part 1]![CountOfAge], Table_Sum_All.SumOfAge15 = [Query_Make_Table_Sum_All_Part 1]![SumOfAge15], Table_Sum_All.Age15Percent = [Query_Make_Table_Sum_All_Part 1]![Age15Percent];

  2. #2
    newtoAccess is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Nov 2009
    Posts
    226
    I ended up making 2 make table queries.
    and I will see what will happen then

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

Similar Threads

  1. Update not working in access
    By johnmerlino in forum Access
    Replies: 1
    Last Post: 10-10-2010, 06:00 PM
  2. Update field in table after update on a subform
    By jpkeller55 in forum Queries
    Replies: 3
    Last Post: 09-30-2010, 08:02 PM
  3. Update Inner Joing Query not working??
    By snowmman99 in forum Access
    Replies: 2
    Last Post: 09-08-2010, 12:15 PM
  4. Replies: 2
    Last Post: 06-14-2010, 09:38 PM
  5. IIf Update Query working OK but a better way?
    By dreamweaver547 in forum Queries
    Replies: 7
    Last Post: 04-19-2010, 09:47 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