<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: MS Access: A Simple Pivot Table</title>
	<link>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/</link>
	<description>News, views and articles from our membership</description>
	<pubDate>Tue, 14 Oct 2008 01:26:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: grovelli</title>
		<link>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1922</link>
		<dc:creator>grovelli</dc:creator>
		<pubDate>Thu, 31 Jan 2008 09:53:05 +0000</pubDate>
		<guid>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1922</guid>
		<description>Thank you Derek,  I think the blog owner should to something about that because you find those Â's everywhere, not just in code. Moreover you see in the code window 
the greater &#62; sign is substituted by &#38; g t ; 
All this contributes to difficulty in reading the blog.</description>
		<content:encoded><![CDATA[<p>Thank you Derek,  I think the blog owner should to something about that because you find those Â&#8217;s everywhere, not just in code. Moreover you see in the code window<br />
the greater &gt; sign is substituted by &amp; g t ;<br />
All this contributes to difficulty in reading the blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Mang</title>
		<link>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1814</link>
		<dc:creator>Derek Mang</dc:creator>
		<pubDate>Mon, 21 Jan 2008 18:57:18 +0000</pubDate>
		<guid>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1814</guid>
		<description>Hi grovelli

The special character Â is really a space.
The line in question is testing for any records returned in the recordset rs1.  If &#62; 0 then ...

dmang</description>
		<content:encoded><![CDATA[<p>Hi grovelli</p>
<p>The special character Â is really a space.<br />
The line in question is testing for any records returned in the recordset rs1.  If &gt; 0 then &#8230;</p>
<p>dmang</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grovelli</title>
		<link>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1745</link>
		<dc:creator>grovelli</dc:creator>
		<pubDate>Wed, 16 Jan 2008 10:48:09 +0000</pubDate>
		<guid>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1745</guid>
		<description>One more try
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  If rs1.RecordCountÂ &#38; g t ; 0 Then</description>
		<content:encoded><![CDATA[<p>One more try<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  If rs1.RecordCountÂ &amp; g t ; 0 Then</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grovelli</title>
		<link>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1744</link>
		<dc:creator>grovelli</dc:creator>
		<pubDate>Wed, 16 Jan 2008 10:46:57 +0000</pubDate>
		<guid>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1744</guid>
		<description>I can see posting a reply changes that VBA line.
Here's how I actually see it in the code window of your post(remove the parentheses):
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  If rs1.RecordCountÂ (&#62;) 0 Then</description>
		<content:encoded><![CDATA[<p>I can see posting a reply changes that VBA line.<br />
Here&#8217;s how I actually see it in the code window of your post(remove the parentheses):<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  If rs1.RecordCountÂ (&gt;) 0 Then</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grovelli</title>
		<link>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1743</link>
		<dc:creator>grovelli</dc:creator>
		<pubDate>Wed, 16 Jan 2008 10:22:53 +0000</pubDate>
		<guid>http://proofficedev.com/blog/2007/11/20/ms-access-a-simple-pivot-table/#comment-1743</guid>
		<description>Hi,
All those Â Â Â
make it difficult to interpret the VBA code. 
I see a line that reads
If rs1.RecordCountÂ &#62; 0 Then
What's the meaning of it?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
All those Â Â Â<br />
make it difficult to interpret the VBA code.<br />
I see a line that reads<br />
If rs1.RecordCountÂ &gt; 0 Then<br />
What&#8217;s the meaning of it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
