Results 1 to 3 of 3
  1. #1
    rtcary is offline Advanced Beginner
    Windows XP Access 2002 (version 10.0)
    Join Date
    May 2010
    Posts
    35

    Having a syntax problem with Update query

    UPDATE Members_20170308


    INNER JOIN RI_20170308 ON ([Members_20170308].[First Name] = [RI_20170308].[First Name]) AND ([Members_20170308].[Last Name] = [RI_20170308].[Last Name])
    [Members_20170308].[RI]=[RI_20170308].[RI Number]

    Tables: Members_20170308 and RI_20170308

    Want [Members_20170308].[RI]=[RI_20170308].[RI Number]

    JOIN RI_20170308 ON ([Members_20170308].[First Name] = [RI_20170308].[First Name]) AND
    ([Members_20170308].[Last Name] = [RI_20170308].[Last Name])

    Any suggestions greatly appreciated...

    Todd

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    This is SQL,
    If you build this in a query, it won't get the syntax wrong.
    (not paste it, build it.)

  3. #3
    rtcary is offline Advanced Beginner
    Windows XP Access 2002 (version 10.0)
    Join Date
    May 2010
    Posts
    35
    The sad thing for me is that I'm helping a friend and my experience is in Oracle and SQL Server so I'll need to figure out how to use the tools to build an UPDATE with SELECT and JOIN query. Thank you.

    Todd

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

Similar Threads

  1. Replies: 10
    Last Post: 11-21-2014, 04:49 PM
  2. Replies: 1
    Last Post: 07-26-2014, 01:05 PM
  3. Update Query Syntax - RTE 424
    By T 5 in forum Queries
    Replies: 3
    Last Post: 05-02-2014, 11:29 AM
  4. Replies: 7
    Last Post: 12-29-2011, 03:12 PM
  5. UPDATE query syntax
    By jgelpi16 in forum Programming
    Replies: 10
    Last Post: 08-21-2010, 07:40 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