Nertz Junior Member
Canada 341 Posts
ruirib Snitz Forums Admin
Portugal 26364 Posts
quote:Originally posted by ruiribYou need to add a condition to the already existing one? What is the forum_ID for the forum you want to exclude?
strSql = strSql & " WHERE T.FORUM_ID = F.FORUM_ID AND F.FORUM_ID=21"
davemaxwell Access 2000 Support Moderator
USA 3020 Posts
quote:Originally posted by ruirib strSql = strSql & " WHERE T.FORUM_ID = F.FORUM_ID AND F.FORUM_ID=21"
quote:Originally posted by davemaxwellquote:Originally posted by ruirib strSql = strSql & " WHERE T.FORUM_ID = F.FORUM_ID AND F.FORUM_ID=21" shouldn't that be: F.FORUM_ID <> 21