<?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 DO I GET RID OF THE #NUM! ERROR IN ACCESS WHEN TAKING THE DIFFERENCE BETWEEN TO COLUMNS BUILDING A REPORT?</title>
	<atom:link href="http://win-help.info/2009/11/how-do-i-get-rid-of-the-num-error-in-access-when-taking-the-difference-between-to-columns-building-a-report/feed/" rel="self" type="application/rss+xml" />
	<link>http://win-help.info/2009/11/how-do-i-get-rid-of-the-num-error-in-access-when-taking-the-difference-between-to-columns-building-a-report/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 10:27:52 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: We're the Scabs</title>
		<link>http://win-help.info/2009/11/how-do-i-get-rid-of-the-num-error-in-access-when-taking-the-difference-between-to-columns-building-a-report/comment-page-1/#comment-84</link>
		<dc:creator>We're the Scabs</dc:creator>
		<pubDate>Fri, 27 Nov 2009 04:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://win-help.info/2009/11/how-do-i-get-rid-of-the-num-error-in-access-when-taking-the-difference-between-to-columns-building-a-report/#comment-84</guid>
		<description>This can be caused by various things that are not allowed mathematically. For instance &quot;divide by zero&quot; or attempting to perform math on a text field.

You should use error trapping for things like &quot;divide by zero&quot;.

If you have a column defined as text you could consider changing it to a numeric type like int or long. Or you could explicitly convert it using int() (or whatever). But this would only work if it&#039;s actually a number. You can&#039;t convert a text value of &quot;three&quot; without writing (or finding) a custom function.

//</description>
		<content:encoded><![CDATA[<p>This can be caused by various things that are not allowed mathematically. For instance &#8220;divide by zero&#8221; or attempting to perform math on a text field.</p>
<p>You should use error trapping for things like &#8220;divide by zero&#8221;.</p>
<p>If you have a column defined as text you could consider changing it to a numeric type like int or long. Or you could explicitly convert it using int() (or whatever). But this would only work if it&#8217;s actually a number. You can&#8217;t convert a text value of &#8220;three&#8221; without writing (or finding) a custom function.</p>
<p>//</p>
]]></content:encoded>
	</item>
</channel>
</rss>
