<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nandeshwar.info &#187; error</title>
	<atom:link href="http://nandeshwar.info/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://nandeshwar.info</link>
	<description></description>
	<lastBuildDate>Mon, 12 Dec 2011 21:33:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Linked Table Query Returning Incorrect Results</title>
		<link>http://nandeshwar.info/2010/08/18/linked-table-query-returning-incorrect-results/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linked-table-query-returning-incorrect-results</link>
		<comments>http://nandeshwar.info/2010/08/18/linked-table-query-returning-incorrect-results/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 19:24:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[linked tables]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[SQL server]]></category>

		<guid isPermaLink="false">http://nandeshwar.info/?p=325</guid>
		<description><![CDATA[We had this annoying problem: a simple query in Access to a linked table (using ODBC and MS SQL server) returned incorrect results, though the same query returned correct results in MS SQL server. By incorrect I mean the field values were different, so rather than returning AZ, the query returned BZ (some other value [...]]]></description>
			<content:encoded><![CDATA[<p>We had this annoying problem: a simple query in Access to a linked table (using ODBC and MS SQL server) returned incorrect results, though the same query returned correct results in MS SQL server. By incorrect I mean the field values were different, so rather than returning AZ, the query returned BZ (some other value in that field).</p>
<p>We thought that it was a table size issue, may be the driver could not handle huge data. However, the problem was with the &#8220;unique record identifier&#8221; while linking the table, as JM reported <a href="http://bytes.com/topic/access/answers/209274-simple-query-linked-odbc-table-gives-wrong-results">here</a>. I did not have this problem any longer when I did not select any fields for the unique record identifier while linking the table.</p>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2010/08/18/linked-table-query-returning-incorrect-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The search key was not found in any record in Access</title>
		<link>http://nandeshwar.info/2009/09/15/the-search-key-was-not-found-in-any-record-in-access/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-search-key-was-not-found-in-any-record-in-access</link>
		<comments>http://nandeshwar.info/2009/09/15/the-search-key-was-not-found-in-any-record-in-access/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 20:07:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Error messages]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Microsoft Jet]]></category>

		<guid isPermaLink="false">http://nandeshwar.info/?p=290</guid>
		<description><![CDATA[Well, I got this error message today while I was trying to import a text file: &#8220;The search key was not found in any record&#8221; After some research, I found that either it was a bug caused by Microsoft Jet 4.0 Service Pack or it was the size of the database (should be not greater [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I got this error message today while I was trying to import a text file:</p>
<blockquote><p>&#8220;The search key was not found in any record&#8221;</p></blockquote>
<p>After some research, I found that either it was a bug caused by <a href="http://support.microsoft.com/kb/301474">Microsoft Jet 4.0 Service Pack</a> or it was the size of the database (should be not greater than 2GB). It turned out to be the later one. I fixed this problem by compacting and resizing the database. In Access 2007, you click on the Office Button (Top Left Corner), then Manage &gt; Compact and Repair Database.</p>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2009/09/15/the-search-key-was-not-found-in-any-record-in-access/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Access to the VB project is not trusted</title>
		<link>http://nandeshwar.info/2009/04/24/access-to-the-vb-project-is-not-trusted/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=access-to-the-vb-project-is-not-trusted</link>
		<comments>http://nandeshwar.info/2009/04/24/access-to-the-vb-project-is-not-trusted/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:42:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Error messages]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://nandeshwar.info/?p=197</guid>
		<description><![CDATA[I was trying to enable an add-in for Excel 2007, and I kept getting this error: Access to the VB project is not trusted You can turn this message off by going to Developer tab in the ribbon and then clicking on the Macro security button, and checking the check box for &#8220;Trust access to [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to enable an add-in for Excel 2007, and I kept getting this error:</p>
<blockquote><p>Access to the VB project is not trusted</p></blockquote>
<p>You can turn this message off by going to Developer tab in the ribbon and then clicking on the Macro security button, and checking the check box for &#8220;Trust access to the VBA project object model.&#8221;</p>
<p>A word of caution: be wary of the add-ins/projects that need VBA access. Don&#8217;t allow any project/add-in with VBA access, unless you know its exact purpose or the author of that project.</p>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2009/04/24/access-to-the-vb-project-is-not-trusted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access Export to Excel (2007)</title>
		<link>http://nandeshwar.info/2009/03/02/access-export-to-excel-2007/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=access-export-to-excel-2007</link>
		<comments>http://nandeshwar.info/2009/03/02/access-export-to-excel-2007/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 18:54:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Error messages]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[export]]></category>

		<guid isPermaLink="false">http://nandeshwar.info/?p=134</guid>
		<description><![CDATA[When I tried to export a table/query from Access 2007 to Excel 2007, I was getting this annoying error: You selected more records than can be copied onto the Clipboard at one time. Divide the records into two or more groups, and then copy and paste one group at a time. The maximum number of [...]]]></description>
			<content:encoded><![CDATA[<p>When I tried to export a table/query from Access 2007 to Excel 2007, I was getting this annoying error:</p>
<blockquote><p>You selected more records than can be copied onto the Clipboard at one time.  Divide the records into two or more groups, and then copy and paste one group at a time. The maximum number of records you can paste at one time is approximately 65,000.</p>
<div id="attachment_135" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-135" title="Access 2007 Export to Excel Error" src="http://nandeshwar.info/wp-content/uploads/2009/03/accesserror-300x77.jpg" alt="Access 2007 Export to Excel Error" width="300" height="77" /><p class="wp-caption-text">Access 2007 Export to Excel Error</p></div></blockquote>
<p>I was unable to understand the reason, because I thought Excel 2007 did not limit number of rows to 65,536. It turns out however that it is the clipboard limitation.</p>
<p><strong>Solution:</strong> If you check off the &#8220;export data with formatting and layout&#8221; option, Access exports successfully.</p>
<p>You can export successfully using Transferspreadsheet (VBA) option too.</p>
<p><a title="MS KB" href="http://support.microsoft.com/kb/924681" target="_self">Here is the KB from MS</a>.</p>
<p><strong>Solution Update:</strong>Thanks to <a href="http://nandeshwar.info/2009/03/02/access-export-to-excel-2007/#comment-1753">Brett</a>, it looks like that only if you export table/query using right click &gt; Export and have the checkbox cleared, then Access will export succesfully. That is what I always do, and it works for me. I have never tried External data option for exporting.</p>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2009/03/02/access-export-to-excel-2007/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>PMT Worksheet Function</title>
		<link>http://nandeshwar.info/2005/03/06/pmt-worksheet-function/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pmt-worksheet-function</link>
		<comments>http://nandeshwar.info/2005/03/06/pmt-worksheet-function/#comments</comments>
		<pubDate>Sun, 06 Mar 2005 16:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Card Name]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[F1 Total]]></category>
		<category><![CDATA[G1 Interest]]></category>

		<guid isPermaLink="false">http://a7n9.wordpress.com/2005/03/06/pmt-worksheet-function/</guid>
		<description><![CDATA[PMT function has various uses; if you go to Excel help you?ll see its uses. I am using it to calculate monthly payment I have to do pay off credit card debt. If you also want to do that please follow these steps: 1. Type this A1=Card Name, B1=Balance, C1=Years, D1= Interest rate, E1=Monthly Payment, [...]]]></description>
			<content:encoded><![CDATA[<p>PMT function has various uses; if you go to Excel help you?ll see its uses. I am using it to calculate monthly payment I have to do pay off credit card debt. If you also want to do that please follow these steps:</p>
<p>1. Type this A1=Card Name, B1=Balance, C1=Years, D1= Interest rate, E1=Monthly Payment, F1=Total payment, G1=Interest paid.<br />2. In the Card Name field you should enter the Card?s name you want to calculate monthly payments for, Balance is enter your credit card balance, Years you want to pay your debt off, current interest rate of your credit card. Monthly payment, total payment, and interest paid would be calculated using our formulas. Also, change the format of the interest rate field to percentage by Right click&gt;Format Cells&gt;Number&gt;Percentage<br />3. In cell E2 enter this formula<br />=IF(ISERROR(PMT(D2/12,C2*12,B2)),0,PMT(D2/12,C2*12,B2))<br />Explanation:<br />PMT(D2/12,C2*12,B2)<br />D2, interest rate, is divided by 12 to get monthly interest rate<br />C2, number of years, is multiplied by 12 to get number of months<br />B2, balance on your credit card<br />Now, PMT function will calculate exact monthly payments you?d need to pay off your debt.<br />ISERROR(?.)<br />Explanation:<br />ISERROR function will check if the expression given produces an error and it will return TRUE or FALSE.<br />Finally, an IF is used to put a zero as result of the formula if it produces any error.<br />4. In cell F2 enter this formula<br />=E2*C2*12<br />This will give us the total payment done over the years.<br />5. In cell G2 enter this formula<br />=F2+B2<br />This will give us the total interest paid to pay off the debt.</p>
<p>This sheet should look like this <a href="http://www.flickr.com/photos/78033189@N00/6007452/" title="PMT Worksheet Function"><img src="http://photos4.flickr.com/6007452_e6b57c7b5e_m.jpg" alt="PMT Worksheet Function" class="flickrEmailImage" /></a></p>
<p>Note: the result of our formulas will generate red numbers in brackets; this is the way of Excel to show us negative numbers. If you have Office XP or 2003 you can view a training session <a href="http://office.microsoft.com/search/redir.aspx?AssetID=RC010233241033&amp;Origin=HH011750271033&amp;CTT=5">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2005/03/06/pmt-worksheet-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

