<?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: How to filter reports and send the selected ones for emailing/printing in Access 2003?</title>
	<atom:link href="http://www.childidaccess.com/access-2003/how-to-filter-reports-and-send-the-selected-ones-for-emailingprinting-in-access-2003/feed" rel="self" type="application/rss+xml" />
	<link>http://www.childidaccess.com/access-2003/how-to-filter-reports-and-send-the-selected-ones-for-emailingprinting-in-access-2003</link>
	<description></description>
	<lastBuildDate>Sun, 12 Feb 2012 17:11:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: expertaziz</title>
		<link>http://www.childidaccess.com/access-2003/how-to-filter-reports-and-send-the-selected-ones-for-emailingprinting-in-access-2003/comment-page-1#comment-2393</link>
		<dc:creator>expertaziz</dc:creator>
		<pubDate>Sun, 27 Dec 2009 17:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/how-to-filter-reports-and-send-the-selected-ones-for-emailingprinting-in-access-2003#comment-2393</guid>
		<description>make a query to get the relevant record say for example :

SELECT * FROM urTable WHERE LastName =&#039;&quot; &amp; &quot;Arthur &#039;&quot;

If you have Unique Id u can use 

SELECT * FROM urTable WHERE emplId=&quot; &amp; 8

Note the enclosed before  &#039;&quot;   and &#039;&quot; for string expresson for numeric no need as you will see in second example.

When you are in Print preview send it by mail.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>make a query to get the relevant record say for example :</p>
<p>SELECT * FROM urTable WHERE LastName =&#8217;&quot; &amp; &quot;Arthur &#8216;&quot;</p>
<p>If you have Unique Id u can use </p>
<p>SELECT * FROM urTable WHERE emplId=&quot; &amp; 8</p>
<p>Note the enclosed before  &#8216;&quot;   and &#8216;&quot; for string expresson for numeric no need as you will see in second example.</p>
<p>When you are in Print preview send it by mail.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

