<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MS Access 2007 IIF expression</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/ms-access-2007-iif-expression/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-2007-iif-expression/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 16:59:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: bambi05</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-2007-iif-expression/#comment-82628</link>
		<dc:creator>bambi05</dc:creator>
		<pubDate>Wed, 20 Oct 2010 16:00:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-82628</guid>
		<description><![CDATA[Sorry it took so long.  So I&#039;ve tried what was suggested by Msi77, but I noticed that it&#039;s not pulling up every record.  I should have at least 115 records with at least one court date greater than today&#039;s date, but this is only pulling up 89 records.  Is there something that I look for to make it pull up all data that has a court date greater than or equal to today&#039;s date?

This is the sql view of the query: 

SELECT tblCourt.OffenderID, Min(tblCourt.CourtDate) AS MinOfCourtDate, tblCourt.CourtTime
FROM tblCourt
GROUP BY tblCourt.OffenderID, tblCourt.CourtTime
HAVING (((Min(tblCourt.CourtDate))&gt;=Date()));]]></description>
		<content:encoded><![CDATA[<p>Sorry it took so long.  So I&#8217;ve tried what was suggested by Msi77, but I noticed that it&#8217;s not pulling up every record.  I should have at least 115 records with at least one court date greater than today&#8217;s date, but this is only pulling up 89 records.  Is there something that I look for to make it pull up all data that has a court date greater than or equal to today&#8217;s date?</p>
<p>This is the sql view of the query: </p>
<p>SELECT tblCourt.OffenderID, Min(tblCourt.CourtDate) AS MinOfCourtDate, tblCourt.CourtTime<br />
FROM tblCourt<br />
GROUP BY tblCourt.OffenderID, tblCourt.CourtTime<br />
HAVING (((Min(tblCourt.CourtDate))&gt;=Date()));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-2007-iif-expression/#comment-82316</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Tue, 12 Oct 2010 13:31:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-82316</guid>
		<description><![CDATA[BaMbI05, if you post your current query we&#039;ll be able to adapt our suggestions to it.]]></description>
		<content:encoded><![CDATA[<p>BaMbI05, if you post your current query we&#8217;ll be able to adapt our suggestions to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msi77</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-2007-iif-expression/#comment-82290</link>
		<dc:creator>msi77</dc:creator>
		<pubDate>Mon, 11 Oct 2010 19:34:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-82290</guid>
		<description><![CDATA[Use MIN(court_date)
where court_date &gt; today_date
group by client]]></description>
		<content:encoded><![CDATA[<p>Use MIN(court_date)<br />
where court_date &gt; today_date<br />
group by client</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.011 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 17:32:00 -->