<?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: DateAdd Function</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/dateadd-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/dateadd-function/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 04:39:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: accessflunky</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dateadd-function/#comment-63464</link>
		<dc:creator>accessflunky</dc:creator>
		<pubDate>Tue, 12 May 2009 14:11:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-63464</guid>
		<description><![CDATA[What I had to do to get it to work was just query the DateAdd function then query that value back to another query to run the &lt;=[Cdate] criteria!  Now it works and I get the information that I need.  But thanks so much for your help!]]></description>
		<content:encoded><![CDATA[<p>What I had to do to get it to work was just query the DateAdd function then query that value back to another query to run the &lt;=[Cdate] criteria!  Now it works and I get the information that I need.  But thanks so much for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dateadd-function/#comment-63460</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Tue, 12 May 2009 14:01:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-63460</guid>
		<description><![CDATA[Sorry, I don&#039;t have an answer.  It should work.

I have read in the web some other people having similar problems.  It seems to work when you use the DateAdd function in the WHERE clause with static values, but fails when using column names or parameters.]]></description>
		<content:encoded><![CDATA[<p>Sorry, I don&#8217;t have an answer.  It should work.</p>
<p>I have read in the web some other people having similar problems.  It seems to work when you use the DateAdd function in the WHERE clause with static values, but fails when using column names or parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: accessflunky</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dateadd-function/#comment-63154</link>
		<dc:creator>accessflunky</dc:creator>
		<pubDate>Tue, 05 May 2009 17:04:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-63154</guid>
		<description><![CDATA[SELECT Student.ID AS Student_ID, Student.StudentID, Student.FirstName, Student.LastName, Student.Address, Student.Address2, Student.City, Student.State, Student.Zip, Student.PhoneNumber, Student.MobileNumber, Student.EmailAddress, Student.StartDate, Course.CourseNumber, Course.CourseName, Course.Required, Course.Certificate_ID, Certificate.ID AS Certificate_ID, Certificate.Certificate, Certificate.Length, DateAdd(&quot;yyyy&quot;,[Length],[StartDate]) AS CompletionDate
FROM (Certificate INNER JOIN Course ON Certificate.ID = Course.Certificate_ID) INNER JOIN (Student INNER JOIN Table1 ON Student.ID = Table1.Student_ID) ON Course.CourseNumber = Table1.CourseNumber
WHERE (((DateAdd(&quot;yyyy&quot;,[Length],[StartDate]))&lt;[Enter Date]))
ORDER BY DateAdd(&quot;yyyy&quot;,[Length],[StartDate]) DESC;

Does this help?]]></description>
		<content:encoded><![CDATA[<p>SELECT Student.ID AS Student_ID, Student.StudentID, Student.FirstName, Student.LastName, Student.Address, Student.Address2, Student.City, Student.State, Student.Zip, Student.PhoneNumber, Student.MobileNumber, Student.EmailAddress, Student.StartDate, Course.CourseNumber, Course.CourseName, Course.Required, Course.Certificate_ID, Certificate.ID AS Certificate_ID, Certificate.Certificate, Certificate.Length, DateAdd(&#8220;yyyy&#8221;,[Length],[StartDate]) AS CompletionDate<br />
FROM (Certificate INNER JOIN Course ON Certificate.ID = Course.Certificate_ID) INNER JOIN (Student INNER JOIN Table1 ON Student.ID = Table1.Student_ID) ON Course.CourseNumber = Table1.CourseNumber<br />
WHERE (((DateAdd(&#8220;yyyy&#8221;,[Length],[StartDate]))&lt;[Enter Date]))<br />
ORDER BY DateAdd(&#8220;yyyy&#8221;,[Length],[StartDate]) DESC;</p>
<p>Does this help?</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 3/8 queries in 0.034 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 05:19:14 -->