Hello Heisswa,
Thanks you for posting in the "Microsoft Access 2010 Programmer's Reference" book forum. I had a chance to look over your question here and even though it is not really about this book, I'll see if I can help

! Specifically you asked:
Quote:
I've been having difficulty finding a good reference which explains how the syntax should be set in a FROM clause inner joining data from more than 2 tables.
...
I have been unable to find a good site that shows what the syntax should typically look like in this case. Can someone please point me in the right direction?
|
Hmm, I had a look at your query here...it seems very complex and looks like you have at least 4 tables with joins, even though they aren't all listed here, which is probably why you are having a problem! In this case, what I like to do when I have a really complex query, is just create the query in Access using Query Design view mode and get it just the way I want it to work. Then, once I have the query correct, I switch to SQL view mode, then copy, paste and the SQL code generated by Access, and fix up for VBA. Does that make sense?
Otherwise, I'm not sure about a website to provide exactly what you are looking for. One book I might recommend would be "Beginning SQL", which you can see here:
http://www.wrox.com/WileyCDA/WroxTit...764577328.html
And one site I would recommend would be W3Schools, they have a GREAT SQL tutorial at:
http://www.w3schools.com/sql/default.asp
But really, in this case, it would probably just be simplest to design the Query in Access using Design view mode and then switch to SQL view mode to get the specific SQL that you need! Anyway, I hope this helps and hopefully you get this problem all worked out using Access!
Regards,