Results 1 to 4 of 4
  1. #1
    ManvinderKaur is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2010
    Posts
    10

    update query

    hi I am trying to run update query joining one table and query but that give always weeor like it should be an update query


    Code:
    UPDATE tblMapSheetCode Inner Join qryUpdateMapSheetCode on tblMapSheetCode.CODE  = qryUpdateMapSheetCode.MapCode
    SET tblMapSheetCode.AlphaCount =  qryUpdateMapSheetCode.ACount;

  2. #2
    Datagopherdan is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Dec 2008
    Posts
    220
    You cannot update a table with query information. You would have to join 2 tables together in order to update.

  3. #3
    ManvinderKaur is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2010
    Posts
    10
    Thanks , I have figured out i can not then i have done using VBA...

  4. #4
    Datagopherdan is offline Competent Performer
    Windows 7 Access 2007
    Join Date
    Dec 2008
    Posts
    220
    YW. Glad you got it figured out.

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

Similar Threads

  1. Update Query
    By Najeeb in forum Queries
    Replies: 1
    Last Post: 11-19-2015, 04:02 AM
  2. update query
    By mws5872 in forum Queries
    Replies: 2
    Last Post: 05-12-2010, 11:47 AM
  3. Update Query
    By vvasudev in forum Queries
    Replies: 0
    Last Post: 11-10-2009, 01:32 AM
  4. Update Query- selective update?
    By stephenaa5 in forum Queries
    Replies: 1
    Last Post: 10-29-2009, 11:15 AM
  5. Update Query
    By GrnISSO in forum Queries
    Replies: 0
    Last Post: 06-15-2007, 05:41 PM

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