 




<?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 DB &#8211; Query</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/ms-access-db-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-db-query/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 14:11:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: bonjour</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-db-query/#comment-55488</link>
		<dc:creator>bonjour</dc:creator>
		<pubDate>Tue, 05 Aug 2008 02:47:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-55488</guid>
		<description><![CDATA[DoCmd.OpenReport “name”, acViewNormal, , “[Group #]= ” &amp; Me![Group #]---This was helpful. Thanks.]]></description>
		<content:encoded><![CDATA[<p>DoCmd.OpenReport “name”, acViewNormal, , “[Group #]= ” &amp; Me![Group #]&#8212;This was helpful. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randym</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-db-query/#comment-55413</link>
		<dc:creator>randym</dc:creator>
		<pubDate>Fri, 01 Aug 2008 13:40:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-55413</guid>
		<description><![CDATA[This assumes that the field on the form is bound to the table and is the same name:

 DoCmd.OpenReport &quot;name&quot;, acViewNormal, , &quot;[Group #]= &quot; &amp; Me![Group #]

&quot;name&quot; is the name of the report.
 Me![Group #] is a way of referencing the field on the form.

This assumes that you used AutoNumber so Group# is a long integer.  If it is alpha numeric, you must enclose quotes like this:

DoCmd.OpenReport &quot;name&quot;, acViewNormal, , &quot;[Group #]= &#039;&quot; &amp; Me![Group #] &amp; &quot;&#039;&quot;]]></description>
		<content:encoded><![CDATA[<p>This assumes that the field on the form is bound to the table and is the same name:</p>
<p> DoCmd.OpenReport &#8220;name&#8221;, acViewNormal, , &#8220;[Group #]= &#8221; &amp; Me![Group #]</p>
<p>&#8220;name&#8221; is the name of the report.<br />
 Me![Group #] is a way of referencing the field on the form.</p>
<p>This assumes that you used AutoNumber so Group# is a long integer.  If it is alpha numeric, you must enclose quotes like this:</p>
<p>DoCmd.OpenReport &#8220;name&#8221;, acViewNormal, , &#8220;[Group #]= &#8216;&#8221; &amp; Me![Group #] &amp; &#8220;&#8216;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phixious</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ms-access-db-query/#comment-55411</link>
		<dc:creator>phixious</dc:creator>
		<pubDate>Fri, 01 Aug 2008 12:54:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-55411</guid>
		<description><![CDATA[Could anyone give me an example of the arg. if the uniqueID field is &quot;group #&quot;]]></description>
		<content:encoded><![CDATA[<p>Could anyone give me an example of the arg. if the uniqueID field is &#8220;group #&#8221;</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.038 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 16:37:32 -->