<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : LEFT JOIN on access</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : LEFT JOIN on access]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 08:57:17 +0000</pubDate>
  <lastBuildDate>Sun, 05 Feb 2006 17:01:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=18257</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[LEFT JOIN on access : What is the reason for using a...]]></title>
   <link>https://forums.webwiz.net/left-join-on-access_topic18257_post98797.html#98797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18257<br /><strong>Posted:</strong> 05&nbsp;February&nbsp;2006 at 5:01pm<br /><br />What is the reason for using a LEFT JOIN and not a regular join?<br><br>One way I find useful to help with the syntax of Access database queries is to use the Query Wizard in Access to make the query, then view this in SQL view and just copy and paste across the SQL code produced by the Wizard.<br><br>It's ually not the best SQL code in the world, but it's a quick and simple solution.<br>]]>
   </description>
   <pubDate>Sun, 05 Feb 2006 17:01:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/left-join-on-access_topic18257_post98797.html#98797</guid>
  </item> 
  <item>
   <title><![CDATA[LEFT JOIN on access : Hi,  I am trying to use the left...]]></title>
   <link>https://forums.webwiz.net/left-join-on-access_topic18257_post98737.html#98737</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17601">megetron</a><br /><strong>Subject:</strong> 18257<br /><strong>Posted:</strong> 04&nbsp;February&nbsp;2006 at 5:37pm<br /><br />Hi, <DIV>I am trying to use the left join for a specific temporary mod on webwiz 8.0 but I failed use the LEFT JOIN. If I am using the INNER JOIN everything is OK, but I get no desired result. </DIV><DIV>the error I get is: <FONT color=#ff0000>Join expression not supported.</FONT></DIV><DIV>please help me with the query: </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>SELECT mainforum.forum_id, mainforum.sub_id, tblForum.Forum_ID, tblForum.Forum_name, tblForum.Sub_ID, tblForum.Password, tblForum.Forum_code, tblTopic.Topic_ID, tblTopic.Poll_ID, tblTopic.Moved_ID, tblTopic.Subject, tblTopic.Icon, tblTopic.Start_Thread_ID, tblTopic.Last_Thread_ID, tblTopic.No_of_replies, tblTopic.No_of_views, tblTopic.Locked, tblTopic.Priority, tblTopic.Hide, tblThread.Message_date, tblThread.Message, tblThread.Author_ID, tblAuthor.Username, LastThread.Message_date, LastThread.Author_ID, LastAuthor.Username<BR>FROM tblCategory, tblTopic, tblThread, tblThread AS LastThread, tblAuthor, tblAuthor AS LastAuthor, <BR><FONT color=#ff0000><strong><FONT size=3>tblForum LEFT JOIN tblforum AS mainforum ON mainforum.Forum_id=tblforum.sub_id</FONT><BR></strong></FONT>WHERE tblCategory.Cat_ID=tblForum.Cat_ID AND tblCategory.Cat_ID=4 AND tblForum.Forum_ID=tblTopic.Forum_ID AND tblThread.Author_ID=tblAuthor.Author_ID AND LastThread.Author_ID=LastAuthor.Author_ID AND tblTopic.Start_Thread_ID=tblThread.Thread_ID AND tblTopic.Last_Thread_ID=LastThread.Thread_ID AND (tblTopic.Forum_ID IN (SELECT tblPermissions.Forum_ID FROM tblPermissions WHERE (tblPermissions.Group_ID = 1 OR tblPermissions.Author_ID = 1) AND tblPermissions.View_Forum=true))AND (tblTopic.Hide=false OR tblThread.Author_ID=1)<BR>ORDER BY tblForum.Sub_ID, tblForum.Forum_ID, tblCategory.Cat_order, tblForum.Forum_Order, LastThread.Message_date;<BR></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by megetron - 04&nbsp;February&nbsp;2006 at 5:38pm</span>]]>
   </description>
   <pubDate>Sat, 04 Feb 2006 17:37:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/left-join-on-access_topic18257_post98737.html#98737</guid>
  </item> 
 </channel>
</rss>