Results 1 to 3 of 3
  1. #1
    snowmman99 is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    2

    Update Inner Joing Query not working??

    I am linking two tables and updating one table. The query runs with no errors but does not update the MFOEDL table? Below is the code..



    UPDATE TblMFOEDL INNER JOIN TblTL ON TblMFOEDL.docno = TblTL.DOCNO SET TblTL.fc = [TblTL].[fc];

  2. #2
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    UPDATE TblMFOEDL INNER JOIN TblTL ON TblMFOEDL.docno = TblTL.DOCNO SET TblTL.fc = [TblTL].[fc];

    you did update, but new value is same as old value.

  3. #3
    snowmman99 is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    2
    omg THANKS for the insight!! been looking at this DB to long!

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

Similar Threads

  1. Replies: 2
    Last Post: 06-14-2010, 09:38 PM
  2. IIf Update Query working OK but a better way?
    By dreamweaver547 in forum Queries
    Replies: 7
    Last Post: 04-19-2010, 09:47 AM
  3. Update Query- selective update?
    By stephenaa5 in forum Queries
    Replies: 1
    Last Post: 10-29-2009, 11:15 AM
  4. Query on chart not working properly!
    By Sim_ in forum Queries
    Replies: 0
    Last Post: 10-28-2009, 09:38 AM
  5. Query is not working
    By pushpm in forum Programming
    Replies: 3
    Last Post: 04-14-2009, 07:16 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