Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3302040
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:48:41+00:00 2026-05-17T20:48:41+00:00

Are ordinary sql queries different from MS Access 2007 queries? I have this simple

  • 0

Are ordinary sql queries different from MS Access 2007 queries?

I have this simple query but it is not working in MS Access query (SQL View). What is wrong with this?

SELECT StudentSubject.*, Subject.*,Professor.*, Student.*, Church.*
FROM 
(

SELECT StudentSubject.*, Subject.*,Professor.* , Student.*
FROM 
 (

 SELECT  StudentSubject.*, Subject.*,Professor.* 
FROM
 StudentSubject 
LEFT JOIN Subject ON StudentSubject.SubjectID=Subject.SubjectID
 INNER JOIN Professor ON Subject.ProfessorID=Professor.ProfessorID

  ) 
  INNER JOIN Student ON StudentSubject.StudentID=Student.StudentID
) 
LEFT JOIN Church ON Student.ChurchID=Church.ChurchID;

I believe this would work if I was using MySQL/MSSQL(If I use alias and do it directly – this is the ouput of ms access sql designer)

I get syntax error on join operation. But MS Access doesn’t point out which join.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T20:48:41+00:00Added an answer on May 17, 2026 at 8:48 pm

    Are ordinary sql queries different from MS Access 2007 queries?

    By “ordinary SQL” you probably mean entry level SQL-92 Standard SQL (whether you know it or not!)

    As a whole, Access (ACE, Jet, whatever) is not compliant with SQL-92.

    Specifically, Access’s JOIN syntax is not compliant with SQL-92.

    In SQL-92, one or more JOIN clauses can be enclosed together within parentheses to show precedence; where no parentheses are used all JOIN clauses will have the same precedence.

    In Access, each JOIN clause must be enclosed on its own within parentheses, however all JOIN clauses will have the same precedence.

    In other words, Access chokes on the Standard syntax and its own syntax is less expressive than the Standard’s 🙁

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple Google App Engine app, that I wrote using ordinary strings.
I see a lot of posts of people using compiled Linq to Sql queries
Having a weird problem. I'm testing an ASP.NET application I wrote that queries SQL
I launch VS 2010, and simply open any ordinary (or blank) .sql file and
I have an ordinary Label and want to make it half-transparent. How to do
I have an ordinary HTML table: <table> <tr> <td class=first-column-style>FAT</td> <td>...</td> </tr> <tr> <td
Does anybody know of a method for creating custom Performance Counters using ordinary unmanaged
In .NET 4 and multicore environment, does the linq to sql datacontext object take
The company I work for is using MacolaES for an ERP system. The SQL
Does anyone know where I can find a library of common but difficult (out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.