<?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: External Files List in Hyperlinks</title>
	<atom:link href="http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/</link>
	<description>Free MS-Access downloads</description>
	<lastBuildDate>Wed, 23 May 2012 11:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: acary</title>
		<link>http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/comment-page-1/#comment-2843</link>
		<dc:creator>acary</dc:creator>
		<pubDate>Sat, 14 May 2011 20:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=143#comment-2843</guid>
		<description>I am sad to report that it did not work -- I get the following compile error: Expected: line number or label or statement or end of line. Unfortunately, I do not code and cannot resolve the error. Again, any assistance is greatly appreciated. Note: I do not have a subfolder named &quot;news.&quot; What I would like to do is provide a field for the user to enter a search word (eg: &quot;news&quot;) and the GET FILES&quot; event will return a list of any and all files located in Y:\General\DHSWiki\ (including subfolders therein) with the word &quot;news&quot; anywhere in the filename. Again, any assistance is greatly appreciated :-)</description>
		<content:encoded><![CDATA[<p>I am sad to report that it did not work &#8212; I get the following compile error: Expected: line number or label or statement or end of line. Unfortunately, I do not code and cannot resolve the error. Again, any assistance is greatly appreciated. Note: I do not have a subfolder named &#8220;news.&#8221; What I would like to do is provide a field for the user to enter a search word (eg: &#8220;news&#8221;) and the GET FILES&#8221; event will return a list of any and all files located in Y:\General\DHSWiki\ (including subfolders therein) with the word &#8220;news&#8221; anywhere in the filename. Again, any assistance is greatly appreciated :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acary</title>
		<link>http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/comment-page-1/#comment-2842</link>
		<dc:creator>acary</dc:creator>
		<pubDate>Sat, 14 May 2011 19:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=143#comment-2842</guid>
		<description>Hello again~ I will try your suggestion and post my results. Thank you for responding -- I&#039;ve been checking a couple of times a day :-)</description>
		<content:encoded><![CDATA[<p>Hello again~ I will try your suggestion and post my results. Thank you for responding &#8212; I&#8217;ve been checking a couple of times a day :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r.pillai</title>
		<link>http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/comment-page-1/#comment-2840</link>
		<dc:creator>a.p.r.pillai</dc:creator>
		<pubDate>Sat, 14 May 2011 10:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=143#comment-2840</guid>
		<description>As a quick solution you may change the middle line of the following Form_Load() event procedure:

Private Sub Form_Load()
    Me!PathName = CurrentProject.path &amp; &quot;\*.*&quot;
End Sub

to

Me!PathName = &quot;Y:\General\DHSWiki\*.*&quot;

You may include the Sub-Folder (News) by modifying the above line as Y:\General\DHSWiki\News\*.* and change the combobox setting to YES to include sub-folders under News folder.</description>
		<content:encoded><![CDATA[<p>As a quick solution you may change the middle line of the following Form_Load() event procedure:</p>
<p>Private Sub Form_Load()<br />
    Me!PathName = CurrentProject.path &#038; &#8220;\*.*&#8221;<br />
End Sub</p>
<p>to</p>
<p>Me!PathName = &#8220;Y:\General\DHSWiki\*.*&#8221;</p>
<p>You may include the Sub-Folder (News) by modifying the above line as Y:\General\DHSWiki\News\*.* and change the combobox setting to YES to include sub-folders under News folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acary</title>
		<link>http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/comment-page-1/#comment-2828</link>
		<dc:creator>acary</dc:creator>
		<pubDate>Wed, 11 May 2011 02:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=143#comment-2828</guid>
		<description>Hello~ First, I would like to say that this DB is a great tool and thank you for sharing it! I should have updated my original question -- shortly after posting I believe I found the bug as well (I changed one of the values in the Y/N drop down from &quot;-&quot; to &quot;-1&quot;).  However, I do have another question. I would like the user to simply enter his/her search criteria in the Path Name field, and the &quot;GO&quot; event look to a static location (Y:\General\DHSWiki\) For example, the user enters &quot;news&quot; in the Path Name field and the GO event returns all files located in the DHSWiki folder and subfolder(s) that include &quot;news&quot; anywhere in the filename. Anything you can do to assist is greatly appreciated! Thank you</description>
		<content:encoded><![CDATA[<p>Hello~ First, I would like to say that this DB is a great tool and thank you for sharing it! I should have updated my original question &#8212; shortly after posting I believe I found the bug as well (I changed one of the values in the Y/N drop down from &#8220;-&#8221; to &#8220;-1&#8243;).  However, I do have another question. I would like the user to simply enter his/her search criteria in the Path Name field, and the &#8220;GO&#8221; event look to a static location (Y:\General\DHSWiki\) For example, the user enters &#8220;news&#8221; in the Path Name field and the GO event returns all files located in the DHSWiki folder and subfolder(s) that include &#8220;news&#8221; anywhere in the filename. Anything you can do to assist is greatly appreciated! Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r.pillai</title>
		<link>http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/comment-page-1/#comment-2826</link>
		<dc:creator>a.p.r.pillai</dc:creator>
		<pubDate>Sat, 07 May 2011 13:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=143#comment-2826</guid>
		<description>The bug is fixed now. You may download the Utility again.</description>
		<content:encoded><![CDATA[<p>The bug is fixed now. You may download the Utility again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acary</title>
		<link>http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/comment-page-1/#comment-2825</link>
		<dc:creator>acary</dc:creator>
		<pubDate>Thu, 05 May 2011 13:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=143#comment-2825</guid>
		<description>Hello~ I just downloaded the sample &quot;External Files List in Hyperlinks&quot; db which is a fantastic tool; however, I get a run-time error (type mismatch) when I select &quot;yes&quot; from the &quot;include subfolders&quot; combo box (returning me to &quot;New_Search strtxt, Me!cboYN&quot; in the below procedure. I am running MS Access 2000 on a Windows XP (sp3) machine. Any help is greatly appreciated! acary

Private Sub cmdGo_Click()
Dim strtxt As String
&#039;On Error GoTo cmdGo_Click_Err
strtxt = Nz(Me![PathName], &quot;&quot;)
New_Search strtxt, Me!cboYN
Me![FilesListing_sub].Form.Requery

cmdGo_Click_Exit:
Exit Sub

cmdGo_Click_Err:
MsgBox Err.Description, , &quot;cmdGo_Click&quot;
Resume cmdGo_Click_Exit
End Sub</description>
		<content:encoded><![CDATA[<p>Hello~ I just downloaded the sample &#8220;External Files List in Hyperlinks&#8221; db which is a fantastic tool; however, I get a run-time error (type mismatch) when I select &#8220;yes&#8221; from the &#8220;include subfolders&#8221; combo box (returning me to &#8220;New_Search strtxt, Me!cboYN&#8221; in the below procedure. I am running MS Access 2000 on a Windows XP (sp3) machine. Any help is greatly appreciated! acary</p>
<p>Private Sub cmdGo_Click()<br />
Dim strtxt As String<br />
&#8216;On Error GoTo cmdGo_Click_Err<br />
strtxt = Nz(Me![PathName], &#8220;&#8221;)<br />
New_Search strtxt, Me!cboYN<br />
Me![FilesListing_sub].Form.Requery</p>
<p>cmdGo_Click_Exit:<br />
Exit Sub</p>
<p>cmdGo_Click_Err:<br />
MsgBox Err.Description, , &#8220;cmdGo_Click&#8221;<br />
Resume cmdGo_Click_Exit<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slicer</title>
		<link>http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/comment-page-1/#comment-2800</link>
		<dc:creator>Slicer</dc:creator>
		<pubDate>Sun, 13 Mar 2011 18:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=143#comment-2800</guid>
		<description>&lt;strong&gt;Your Friend &amp; Partner...&lt;/strong&gt;

I really think your blog is great! I&#039;ve added a link back here; I hope that&#039;s alright as I&#039;d like my readers to check your site &amp; articles out. It&#039;s Here. Always like to honor high quality content. Great job!...</description>
		<content:encoded><![CDATA[<p><strong>Your Friend &amp; Partner&#8230;</strong></p>
<p>I really think your blog is great! I&#8217;ve added a link back here; I hope that&#8217;s alright as I&#8217;d like my readers to check your site &amp; articles out. It&#8217;s Here. Always like to honor high quality content. Great job!&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyperlink in report to folders on a server - dBforums</title>
		<link>http://msaccesstips.com/2009/02/external-files-list-in-hyperlinks/comment-page-1/#comment-2781</link>
		<dc:creator>Hyperlink in report to folders on a server - dBforums</dc:creator>
		<pubDate>Fri, 21 Jan 2011 11:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=143#comment-2781</guid>
		<description>[...] demonstrates an example as how to generate a List of external files in a Listbox as hyperlinks:  External Files&#039; List in HyperLinks  This may not be an exact solution to your problem but you can modify the program to read the [...]</description>
		<content:encoded><![CDATA[<p>[...] demonstrates an example as how to generate a List of external files in a Listbox as hyperlinks:  External Files&#039; List in HyperLinks  This may not be an exact solution to your problem but you can modify the program to read the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

