 




<?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: Pulling previous years data based on dates entered in a from</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/pulling-previous-years-data-based-on-dates-entered-in-a-from/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/pulling-previous-years-data-based-on-dates-entered-in-a-from/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 12:21:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: zip13</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pulling-previous-years-data-based-on-dates-entered-in-a-from/#comment-76543</link>
		<dc:creator>zip13</dc:creator>
		<pubDate>Tue, 27 Apr 2010 14:43:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-76543</guid>
		<description><![CDATA[SELECT [Date]-365 AS Dates, [Data Table].Brand, [Data Table].[Calls Offered], [Data Table].[Calls Handled], [Data Table].[Voice Res], [Data Table].GDS, [Data Table].OTA, [Data Table].[OTA Net], [Data Table].Links, [Data Table].[Brand Web], [Data Table].Other
FROM [Data Table]
WHERE ((([Date]-365) Between [Forms]![frmMAIN]![WeekStartCY] And [Forms]![frmMAIN]![WeekEndCY]))
ORDER BY [Data Table].Brand;

I must add that I&#039;m pretty new at building databases and SQL is still somehwat foreign to me]]></description>
		<content:encoded><![CDATA[<p>SELECT [Date]-365 AS Dates, [Data Table].Brand, [Data Table].[Calls Offered], [Data Table].[Calls Handled], [Data Table].[Voice Res], [Data Table].GDS, [Data Table].OTA, [Data Table].[OTA Net], [Data Table].Links, [Data Table].[Brand Web], [Data Table].Other<br />
FROM [Data Table]<br />
WHERE ((([Date]-365) Between [Forms]![frmMAIN]![WeekStartCY] And [Forms]![frmMAIN]![WeekEndCY]))<br />
ORDER BY [Data Table].Brand;</p>
<p>I must add that I&#8217;m pretty new at building databases and SQL is still somehwat foreign to me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/pulling-previous-years-data-based-on-dates-entered-in-a-from/#comment-76542</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Tue, 27 Apr 2010 14:30:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-76542</guid>
		<description><![CDATA[Can you post the SQL code of your query ?]]></description>
		<content:encoded><![CDATA[<p>Can you post the SQL code of your query ?</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/10 queries in 0.033 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 12:39:34 -->