 




<?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: barcode entered, still dlookup not populating &#8220;item&#8221; and &#8220;price&#8221; in the form</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/barcode-entered-still-dlookup-not-populating-item-and-price-in-the-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/barcode-entered-still-dlookup-not-populating-item-and-price-in-the-form/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 15:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: walrum</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/barcode-entered-still-dlookup-not-populating-item-and-price-in-the-form/#comment-103245</link>
		<dc:creator>walrum</dc:creator>
		<pubDate>Sat, 25 Feb 2012 00:09:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-103245</guid>
		<description><![CDATA[I believe that there is nothing wrong except you should specify the criteria for the value that you are looking for. 

&lt;b&gt;DLookup(&quot;item&quot;, &quot;inventory&quot; , &quot;Criteria = n&quot;)&lt;/b&gt;
&lt;ol&gt;

	&lt;li&gt;The DLookup function returns a single field value based on the information specified in criteria. &lt;/li&gt;&lt;li&gt;Although criteria is an optional argument, if you don&#039;t supply a value for criteria, the DLookup function returns a random value in the domain. &lt;/li&gt;&lt;li&gt;If no record satisfies criteria or if domain contains no records, the DLookup function returns a Null. &lt;/li&gt;&lt;li&gt;If more than one field meets criteria, the DLookup function returns the first occurrence&lt;/li&gt;
&lt;/ol&gt;
So, if you are expecting to display all records DLookup will not make it.]]></description>
		<content:encoded><![CDATA[<p>I believe that there is nothing wrong except you should specify the criteria for the value that you are looking for. </p>
<p><b>DLookup(&#8220;item&#8221;, &#8220;inventory&#8221; , &#8220;Criteria = n&#8221;)</b></p>
<ol>
<li>The DLookup function returns a single field value based on the information specified in criteria. </li>
<li>Although criteria is an optional argument, if you don&#8217;t supply a value for criteria, the DLookup function returns a random value in the domain. </li>
<li>If no record satisfies criteria or if domain contains no records, the DLookup function returns a Null. </li>
<li>If more than one field meets criteria, the DLookup function returns the first occurrence</li>
</ol>
<p>So, if you are expecting to display all records DLookup will not make it.</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.036 seconds using memcached
Object Caching 267/273 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 17:10:18 -->