Results 1 to 4 of 4
  1. #1
    Bobt1993 is offline Novice
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Mar 2010
    Posts
    2

    I can't get a full outer join to work

    Can someone tell me what I'm doing wrong?

    I have two tables joined by a key and the following statement does not work:

    select * from acct a full outer join transactions t on (t.acctid = a.id)

    When I try to execute this query, I get: "Syntax Error in FROM Clause".

  2. #2
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    Outer join not supported by access, Create a union of a left and a right join.

  3. #3
    Bobt1993 is offline Novice
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Mar 2010
    Posts
    2
    Thanks!

    Actually, I did some further research and found another blog that addresses the "full outer join not supported by Access" issue, complete with a workaround.

    I'm new to MS SQL after having been mostly an Oracle developer for the past 5 years, and I use full joins all the time. I was surprised to see it not work in Access. I guess it doesn't work in MS SQL Server either?

  4. #4
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    mark the thread solved please!!!

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

Similar Threads

  1. inner join in query
    By Hrcko in forum Access
    Replies: 1
    Last Post: 02-01-2010, 05:54 PM
  2. form won't go "full screen"
    By stephenaa5 in forum Forms
    Replies: 3
    Last Post: 10-30-2009, 04:10 PM
  3. Self Join in a Table
    By LornaM in forum Database Design
    Replies: 10
    Last Post: 05-06-2009, 10:29 AM
  4. Replies: 0
    Last Post: 12-20-2007, 12:32 AM
  5. Dynamic Query Outer Join Problem
    By mjack003 in forum Queries
    Replies: 0
    Last Post: 07-21-2006, 01:07 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