Results 1 to 3 of 3
  1. #1
    seageath is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    6

    JOIN expression not supported

    Hi all,

    I have the following error related to my query "JOIN expression not supported", I have run it on Access 2010 it's working just fine, but when I want to call it from Excel to copy the recordset I encountered the error. What might cause the problem? Here are the query

    Code:
    SELECT tblArea.Month, tblArea.Year, tblAreaPeriod.*FROM (tblAreaPeriod INNER JOIN tblArea ON tblAreaPeriod.AreaID = tblArea.AreaID) INNER JOIN tblPeriod ON tblAreaPeriod.PeriodID = tblPeriod.PeriodIDWHERE (tblArea.AreaName)= "America")
    Thank you.



    -sea-

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    Why not just export the query result in Access to Excel?

  3. #3
    seageath is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    6
    Quote Originally Posted by alansidman View Post
    Why not just export the query result in Access to Excel?
    Yes, I plan to do that after running the query from excel.

    Sorry just found out that when I copied the query to excel VBA I missed some spaces, that was caused the problem.

    Problem solved for now

    Thanks Alan for the reply

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

Similar Threads

  1. SQL Distinct not supported on Web Database
    By ehabo in forum Queries
    Replies: 9
    Last Post: 01-23-2014, 10:32 AM
  2. "Join expression not supported"?
    By jsoldi in forum Queries
    Replies: 1
    Last Post: 08-29-2011, 01:21 PM
  3. Query Join, Expression, or Code
    By catguy in forum Queries
    Replies: 1
    Last Post: 08-17-2011, 10:52 PM
  4. Join Expression not Supported
    By amegahed3 in forum Queries
    Replies: 6
    Last Post: 09-29-2010, 01:28 PM
  5. Join Expression Not Supported
    By ubsman in forum Queries
    Replies: 3
    Last Post: 04-30-2009, 08:36 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