<?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; Access</title>
	<atom:link href="http://nandeshwar.info/category/access/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 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>Access VBA: Convert Access tables to arff format</title>
		<link>http://nandeshwar.info/2007/07/18/access-vba-convert-access-tables-to-arff-format/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=access-vba-convert-access-tables-to-arff-format</link>
		<comments>http://nandeshwar.info/2007/07/18/access-vba-convert-access-tables-to-arff-format/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 20:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Useful Procedures]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://a7n9.wordpress.com/2007/07/18/access-vba-convert-access-tables-to-arff-format/</guid>
		<description><![CDATA[Weka, an open source data mining software, uses arff input data format. You can use this code to convert any Access table to arff format. Download the Access database with code: Convert2Arff.mdb This can very well be designed using forms, but this should get one started. Use Alt + F11 to see the code, then [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cs.waikato.ac.nz/ml/weka/">Weka</a>, an open source data mining software, uses <a href="http://www.cs.waikato.ac.nz/~ml/weka/arff.html">arff input data format</a>. You can use this code to convert any Access table to arff format. Download the Access database with code: <a href="http://nandeshwar.info/wp-content/uploads/Convert2Arff.mdb">Convert2Arff.mdb</a></p>
<p>This can very well be designed using forms, but this should get one started. Use Alt + F11 to see the code, then execute procedure ConvertTbl2Arff to convert a table.</p>
<p>Some highlights of this procedure<br />
- Takes care of spaces in Attribute name and data values<br />
- Finds unique values of nominal variables<br />
- Assigns equivalent ARFF datatype<br />
- Replaces missing values with question marks</p>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2007/07/18/access-vba-convert-access-tables-to-arff-format/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access VBA: Export Access tables using ODBC</title>
		<link>http://nandeshwar.info/2007/07/18/access-vba-export-access-tables-using-odbc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=access-vba-export-access-tables-using-odbc</link>
		<comments>http://nandeshwar.info/2007/07/18/access-vba-export-access-tables-using-odbc/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 20:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Useful Procedures]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://a7n9.wordpress.com/2007/07/18/access-vba-export-access-tables-using-odbc/</guid>
		<description><![CDATA[If you want to export Access tables using ODBC/DSN connections, use the following code. This procedure uses the File DSN and ODBC connection to export Access tables using DAO object TableDef. Sub ExportTbls() Dim sTblNm As String Dim sTypExprt As String Dim sCnxnStr As String, vStTime As Variant Dim db As Database, tbldef As DAO.TableDef [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to export Access tables using ODBC/DSN connections, use the following code. This procedure uses the File DSN and ODBC connection to export Access tables using DAO object TableDef.</p>
<div id="code"><span style="font-family: Courier;"><span style="color:#00007F;">Sub</span> ExportTbls()</span></p>
<p><span style="color:#00007F;"><span style="font-family: Courier;">Dim</span></span><span style="font-family: Courier;"> sTblNm <span style="color:#00007F;">As</span> <span style="color:#00007F;">String</span><br />
<span style="color:#00007F;">Dim</span> sTypExprt <span style="color:#00007F;">As</span> <span style="color:#00007F;">String</span><br />
<span style="color:#00007F;">Dim</span> sCnxnStr  <span style="color:#00007F;">As</span> <span style="color:#00007F;">String</span>, vStTime <span style="color:#00007F;">As</span> <span style="color:#00007F;">Variant</span><br />
<span style="color:#00007F;">Dim</span> db <span style="color:#00007F;">As</span> Database, tbldef <span style="color:#00007F;">As</span> DAO.TableDef</span></p>
<p><span style="color:#00007F;"><span style="font-family: Courier;">On</span></span><span style="font-family: Courier;"> <span style="color:#00007F;">Error</span> <span style="color:#00007F;">GoTo</span> ExportTbls_Error</span></p>
<p><span style="font-family: Courier;">sTypExprt = &#8220;ODBC Database&#8221; <span style="color:#007F00;">&#8216;Export Type</span><br />
sCnxnStr = &#8220;ODBC;DSN=DSNName;UID=userID;PWD=password&#8221; <span style="color:#007F00;">&#8216;Create the connection string</span></span></p>
<p><span style="font-family: Courier;">vStTime = Timer<br />
Application.Echo <span style="color:#00007F;">False</span>, &#8220;Visual Basic code is executing.&#8221;</span></p>
<p><span style="color:#00007F;"><span style="font-family: Courier;">Set</span></span><span style="font-family: Courier;"> db = CurrentDb()</span></p>
<p><span style="color:#007F00;"><span style="font-family: Courier;">&#8216;need a reference to Microsoft DAO 3.x library</span></span><span style="font-family: Courier;"><br />
<span style="color:#00007F;">For</span> <span style="color:#00007F;">Each</span> tbldef <span style="color:#00007F;">In</span> db.TableDefs<br />
<span style="color:#007F00;">&#8216;Don&#8217;t export System and temporary tables</span><br />
<span style="color:#00007F;">If</span> Left(tbldef.Name, 4)  &#8220;MSys&#8221; And Left(tbldef.Name, 4)  &#8220;~TMP&#8221; <span style="color:#00007F;">Then</span><br />
<span style="color:#007F00;">&#8216;Debug.Print tbldef.Name</span><br />
sTblNm = tbldef.Name<br />
DoCmd.TransferDatabase acExport, sTypExprt, sCnxnStr, acTable, sTblNm, sTblNm<br />
<span style="color:#00007F;">End</span> <span style="color:#00007F;">If</span><br />
<span style="color:#00007F;">Next</span> tbldef</span></p>
<p><span style="font-family: Courier;">MsgBox &#8220;Done! Time taken=&#8221; &amp; Timer &#8211; vStTime</span></p>
<p><span style="color:#00007F;"><span style="font-family: Courier;">On</span></span><span style="font-family: Courier;"> <span style="color:#00007F;">Error</span> <span style="color:#00007F;">GoTo</span> 0<br />
SmoothExit_ExportTbls:<br />
<span style="color:#00007F;">Set</span> db = <span style="color:#00007F;">Nothing</span><br />
Application.Echo <span style="color:#00007F;">True</span><br />
<span style="color:#00007F;">Exit</span> <span style="color:#00007F;">Sub</span></span></p>
<p><span style="font-family: Courier;">ExportTbls_Error:<br />
MsgBox &#8220;Error &#8221; &amp; Err.Number &amp; &#8221; (&#8221; &amp; Err.Description &amp; &#8220;) in procedure ExportTblsODST&#8221;<br />
<span style="color:#00007F;">Resume</span> SmoothExit_ExportTbls<br />
<span style="color:#00007F;">End</span> <span style="color:#00007F;">Sub</span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2007/07/18/access-vba-export-access-tables-using-odbc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Access VBA: Delete tables from Access database</title>
		<link>http://nandeshwar.info/2007/07/18/access-vba-delete-tables-from-access-database/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=access-vba-delete-tables-from-access-database</link>
		<comments>http://nandeshwar.info/2007/07/18/access-vba-delete-tables-from-access-database/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 20:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Useful Procedures]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://a7n9.wordpress.com/2007/07/18/access-vba-delete-tables-from-access-database/</guid>
		<description><![CDATA[If you want to delete all or some of the tables from your Access database, you can use this DAO approach. You would need a reference to Microsoft DAO 3.x object library. As shown in the example, you can use an array to store the table names, which you want to keep or delete. Sub [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to delete all or some of the tables from your Access database, you can use this DAO approach. You would need a reference to Microsoft DAO 3.x object library. As shown in the example, you can use an array to store the table names, which you want to keep or delete.</p>
<div id="code"><font face="Courier"><span style="color:#00007F;">Sub</span> DelteTbls()<br /><span style="color:#00007F;">Dim</span> sTblNm <span style="color:#00007F;">As</span> <span style="color:#00007F;">String</span><br /><span style="color:#00007F;">Dim</span> db <span style="color:#00007F;">As</span> Database, tbldef <span style="color:#00007F;">As</span> DAO.TableDef<br /><span style="color:#00007F;">Dim</span> i <span style="color:#00007F;">As</span> <span style="color:#00007F;">Integer</span>, Arr <span style="color:#00007F;">As</span> <span style="color:#00007F;">Variant</span></p>
<p><span style="color:#00007F;">On</span> <span style="color:#00007F;">Error</span> <span style="color:#00007F;">GoTo</span> DelteTbls_Error<br /><span style="color:#007F00;">&#8216;You can use an array if you want to delete or not delete specific tables</span><br /><span style="color:#007F00;">&#8216;Arr = Array(&#8220;Table1&#8243;,&#8221;Table2&#8243;,&#8221;Table3&#8243;)</span></p>
<p><span style="color:#00007F;">Set</span> db = CurrentDb() <span style="color:#007F00;">&#8216;Set the database object</span></p>
<p><span style="color:#007F00;">&#8216;Set the warnings off to suppress messages</span><br />DoCmd.SetWarnings <span style="color:#00007F;">False</span></p>
<p><span style="color:#007F00;">&#8216;For i = 0 To UBound(Arr)</span><br />&#160;&#160;&#160;&#160;<span style="color:#00007F;">For</span> <span style="color:#00007F;">Each</span> tbldef <span style="color:#00007F;">In</span> db.TableDefs<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color:#007F00;">&#8216;here you can use equal to or not equal to delete or keep specific tables</span><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color:#007F00;">&#8216;If Left(tbldef.Name, 4) = Arr(i) Then</span><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color:#007F00;">&#8216;Don&#8217;t delete System or temporary tables</span><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color:#00007F;">If</span> Left(tbldef.Name, 4)  &#8220;MSys&#8221; And Left(tbldef.Name, 1)  &#8220;~&#8221; <span style="color:#00007F;">Then</span><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Debug.Print tbldef.Name<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;sTblNm = tbldef.Name<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color:#007F00;">&#8216;Delete table</span><br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;DoCmd.DeleteObject acTable, sTblNm<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<span style="color:#00007F;">End</span> <span style="color:#00007F;">If</span><br />&#160;&#160;&#160;&#160;<span style="color:#00007F;">Next</span> tbldef<br /><span style="color:#007F00;">&#8216;Next i</span></p>
<p>MsgBox &#8220;Done!&#8221;</p>
<p><span style="color:#00007F;">On</span> <span style="color:#00007F;">Error</span> <span style="color:#00007F;">GoTo</span> 0</p>
<p>SmoothExit_DelteTbls:<br />&#160;&#160;&#160;&#160;<span style="color:#00007F;">Set</span> db = <span style="color:#00007F;">Nothing</span><br />&#160;&#160;&#160;&#160;DoCmd.SetWarnings <span style="color:#00007F;">True</span><br />&#160;&#160;&#160;&#160;<span style="color:#00007F;">Exit</span> <span style="color:#00007F;">Sub</span></p>
<p>DelteTbls_Error:<br />&#160;&#160;&#160;&#160;MsgBox &#8220;Error &#8221; &amp; Err.Number &amp; &#8221; (&#8221; &amp; Err.Description &amp; &#8220;) in procedure DelteTbls&#8221;<br />&#160;&#160;&#160;&#160;<span style="color:#00007F;">Resume</span> SmoothExit_DelteTbls<br /><span style="color:#00007F;">End</span> <span style="color:#00007F;">Sub</span><br /></font></div>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2007/07/18/access-vba-delete-tables-from-access-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access VBA: Link all Dbase files from a folder</title>
		<link>http://nandeshwar.info/2007/07/18/access-vba-link-all-dbase-files-from-a-folder/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=access-vba-link-all-dbase-files-from-a-folder</link>
		<comments>http://nandeshwar.info/2007/07/18/access-vba-link-all-dbase-files-from-a-folder/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 20:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[Useful Procedures]]></category>
		<category><![CDATA[dbase]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://a7n9.wordpress.com/2007/07/18/access-vba-link-all-dbase-files-from-a-folder/</guid>
		<description><![CDATA[If you would like to link all Dbase files, any linkable file for that matter, in MS Access, use the following code. I read somewhere that refreshing the links is slower than deleting and creating new links. Sub LinkAllTblsinDir() Dim sTblNm As String, sPath As String, sFileNm As String sPath = &#8220;C:\DW\&#8221; &#8216;Turn of the [...]]]></description>
			<content:encoded><![CDATA[<p>If you would like to link all Dbase files, any linkable file for that matter, in MS Access, use the following code. I read somewhere that refreshing the links is slower than deleting and creating new links.</p>
<div id="code"><span style="font-family: Courier;"><span style="color:#00007F;">Sub</span> LinkAllTblsinDir()<br />
<span style="color:#00007F;">Dim</span> sTblNm <span style="color:#00007F;">As</span> <span style="color:#00007F;">String</span>, sPath <span style="color:#00007F;">As</span> <span style="color:#00007F;">String</span>, sFileNm <span style="color:#00007F;">As</span> <span style="color:#00007F;">String</span><br />
sPath = &#8220;C:\DW\&#8221;<br />
<span style="color:#007F00;">&#8216;Turn of the Echo to avoid window repaint/refresh</span><br />
Application.Echo <span style="color:#00007F;">False</span></span></p>
<p><span style="font-family: Courier;">sFileNm = Dir(sPath, vbNormal)<br />
<span style="color:#00007F;">Do</span> <span style="color:#00007F;">While</span> sFileNm  &#8220;&#8221;<br />
<span style="color:#00007F;">If</span> Right(sFileNm, 3) = &#8220;dbf&#8221; <span style="color:#00007F;">Then</span><br />
sTblNm = Left(sFileNm, Len(sFileNm) &#8211; 4) <span style="color:#007F00;">&#8216;Extract the file name</span><br />
<span style="color:#007F00;">&#8216;Use the TransferDatabase option to link the tables from the specified directory</span><br />
<span style="color:#007F00;">&#8216;to your current Access DB</span><br />
DoCmd.TransferDatabase acLink, &#8220;dBase III&#8221;, sPath, acTable, sTblNm, sTblNm<br />
<span style="color:#00007F;">End</span> <span style="color:#00007F;">If</span><br />
sFileNm = Dir<br />
<span style="color:#00007F;">Loop</span></span></p>
<p><span style="font-family: Courier;">Application.Echo <span style="color:#00007F;">True</span><br />
<span style="color:#00007F;">End</span> <span style="color:#00007F;">Sub</span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2007/07/18/access-vba-link-all-dbase-files-from-a-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XY scatter plot in MS Access</title>
		<link>http://nandeshwar.info/2005/11/04/xy-scatter-plot-in-ms-access/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xy-scatter-plot-in-ms-access</link>
		<comments>http://nandeshwar.info/2005/11/04/xy-scatter-plot-in-ms-access/#comments</comments>
		<pubDate>Fri, 04 Nov 2005 17:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[XY]]></category>

		<guid isPermaLink="false">http://a7n9.wordpress.com/2005/11/04/xy-scatter-plot-in-ms-access/</guid>
		<description><![CDATA[Although, this is an Access entry but this text is Google serachble so someone who is looking for this can find it, therefore I&#8217;m posting it here. I&#8217;ve created animation of plotting a XY scatter in MS Access and placed here. Also, I&#8217;ve described the procedure here.]]></description>
			<content:encoded><![CDATA[<p>Although, this is an Access entry but this text is Google serachble so someone who is looking for this can find it, therefore I&#8217;m posting it here.</p>
<p>I&#8217;ve created animation of plotting a XY scatter in MS Access and placed <a href="http://www.nandeshwar.info/projects/chartcreation.htm">here</a>.</p>
<p>Also, I&#8217;ve described the procedure <a href="http://www.mrexcel.com/board2/viewtopic.php?t=81938">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nandeshwar.info/2005/11/04/xy-scatter-plot-in-ms-access/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

