<?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: Open Forms with Hyperlinks in Listbox</title>
	<atom:link href="http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/</link>
	<description>Free MS-Access downloads</description>
	<lastBuildDate>Tue, 15 May 2012 19:07:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sasa Kostadinovic</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-1569</link>
		<dc:creator>Sasa Kostadinovic</dc:creator>
		<pubDate>Thu, 30 Sep 2010 05:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-1569</guid>
		<description>Hello again,
Is there way to call Public Function or Public Sub with Hyperlink?</description>
		<content:encoded><![CDATA[<p>Hello again,<br />
Is there way to call Public Function or Public Sub with Hyperlink?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r.pillai</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-1565</link>
		<dc:creator>a.p.r.pillai</dc:creator>
		<pubDate>Wed, 29 Sep 2010 13:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-1565</guid>
		<description>Parameter Values cannot be passed through HyperlinkSubAddress.  You have already shown the example through the &lt;i&gt;Docmd.OpenForm&lt;/i&gt; method.</description>
		<content:encoded><![CDATA[<p>Parameter Values cannot be passed through HyperlinkSubAddress.  You have already shown the example through the <i>Docmd.OpenForm</i> method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasa Kostadinovic</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-1555</link>
		<dc:creator>Sasa Kostadinovic</dc:creator>
		<pubDate>Tue, 28 Sep 2010 12:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-1555</guid>
		<description>Hello,
 
Can I pass argument inside hyperlink?
For Example: 
When I open hyperlink in edit mode looks like
&quot;Address: #Form Employees&quot; 
Can I open form Employees to display specific Employee?
Something like: 
Docmd.OpenForm Employees,WhereCondition:=&quot;[ID]=&quot;&amp;51</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Can I pass argument inside hyperlink?<br />
For Example:<br />
When I open hyperlink in edit mode looks like<br />
&#8220;Address: #Form Employees&#8221;<br />
Can I open form Employees to display specific Employee?<br />
Something like:<br />
Docmd.OpenForm Employees,WhereCondition:=&#8221;[ID]=&#8221;&amp;51</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r.pillai</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-657</link>
		<dc:creator>a.p.r.pillai</dc:creator>
		<pubDate>Sun, 23 May 2010 15:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-657</guid>
		<description>I will forward a Demo Database to you shortly.

Regards</description>
		<content:encoded><![CDATA[<p>I will forward a Demo Database to you shortly.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nurul Anuar</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-644</link>
		<dc:creator>Nurul Anuar</dc:creator>
		<pubDate>Fri, 21 May 2010 20:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-644</guid>
		<description>Thanks for the idea, can you send me to nurulmarea@gmail.com the example of the database so that I can get the clear idea. Thansk and regards</description>
		<content:encoded><![CDATA[<p>Thanks for the idea, can you send me to <a href="mailto:nurulmarea@gmail.com">nurulmarea@gmail.com</a> the example of the database so that I can get the clear idea. Thansk and regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r. pillai</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-62</link>
		<dc:creator>a.p.r. pillai</dc:creator>
		<pubDate>Mon, 07 Dec 2009 21:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-62</guid>
		<description>Remove the Quotes from Me.acxWebBrowser.Navigate &quot;xy&quot;&lt;br /&gt;&lt;br /&gt;Me.acxWebBrowser.Navigate xy&lt;br /&gt;&lt;br /&gt;and try again.</description>
		<content:encoded><![CDATA[<p>Remove the Quotes from Me.acxWebBrowser.Navigate &quot;xy&quot;</p>
<p>Me.acxWebBrowser.Navigate xy</p>
<p>and try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-63</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Mon, 07 Dec 2009 20:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-63</guid>
		<description>With the following code, I&#039;m trying to get a bit fancier and embed the pdf within the form.  I&#039;m using a microsoft web browser object to do this, but when i click the cmdPDF button it just shows a page that can&#039;t find the hyperlink.  acxWebBrowser is the name of the web browser object.&lt;br /&gt;&lt;br /&gt;Private Sub cboModel_Click()&lt;br /&gt;Dim myhype, xy As String, xcboModel&lt;br /&gt;Dim db As Database, rst As Recordset&lt;br /&gt;&lt;br /&gt;xcboModel = Me![cboModel]&lt;br /&gt;&lt;br /&gt;Set db = CurrentDb&lt;br /&gt;Set rst = db.OpenRecordset(&quot;tblModel&quot;, dbOpenDynaset)&lt;br /&gt;&lt;br /&gt;rst.FindFirst &quot;ModelID = &quot; &amp; Chr$(34) &amp; xcboModel &amp; Chr$(34)&lt;br /&gt;&lt;br /&gt;If Not rst.NoMatch Then&lt;br /&gt;Set myhype = rst![Hlink]&lt;br /&gt;xy = HyperlinkPart(myhype, acAddress)&lt;br /&gt;Me.acxWebBrowser.Navigate &quot;xy&quot;&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;rst.Close&lt;br /&gt;End Sub</description>
		<content:encoded><![CDATA[<p>With the following code, I&#39;m trying to get a bit fancier and embed the pdf within the form.  I&#39;m using a microsoft web browser object to do this, but when i click the cmdPDF button it just shows a page that can&#39;t find the hyperlink.  acxWebBrowser is the name of the web browser object.</p>
<p>Private Sub cboModel_Click()<br />Dim myhype, xy As String, xcboModel<br />Dim db As Database, rst As Recordset</p>
<p>xcboModel = Me![cboModel]</p>
<p>Set db = CurrentDb<br />Set rst = db.OpenRecordset(&quot;tblModel&quot;, dbOpenDynaset)</p>
<p>rst.FindFirst &quot;ModelID = &quot; &#038; Chr$(34) &#038; xcboModel &#038; Chr$(34)</p>
<p>If Not rst.NoMatch Then<br />Set myhype = rst![Hlink]<br />xy = HyperlinkPart(myhype, acAddress)<br />Me.acxWebBrowser.Navigate &quot;xy&quot;<br />End If</p>
<p>rst.Close<br />End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r. pillai</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-64</link>
		<dc:creator>a.p.r. pillai</dc:creator>
		<pubDate>Thu, 19 Nov 2009 17:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-64</guid>
		<description>You don&#039;t need to put [] in the first statement, even if there is space in the Tahle Name.&lt;br /&gt;&lt;br /&gt;But, if there is space in the ModelID Field Name then you must insert the square brackets. When you do see that you are not adding  extra spaces immediately after or before the brackets.&lt;br /&gt;&lt;br /&gt;Regards,</description>
		<content:encoded><![CDATA[<p>You don&#39;t need to put [] in the first statement, even if there is space in the Tahle Name.</p>
<p>But, if there is space in the ModelID Field Name then you must insert the square brackets. When you do see that you are not adding  extra spaces immediately after or before the brackets.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-65</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Thu, 19 Nov 2009 17:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-65</guid>
		<description>The code works great, thanks a lot.  Was just going to ask about two lines:&lt;br /&gt;&lt;br /&gt;Set rst = db.OpenRecordset(&quot;tblModel&quot;, dbOpenDynaset)&lt;br /&gt;rst.FindFirst &quot;ModelID = &quot; &amp; Chr$(34) &amp; xcboModel &amp; Chr$(34)&lt;br /&gt;&lt;br /&gt;I know if you have spaces in your titles such as Model ID instead of ModelID, you usually put the name in brackets such as [Model ID], but it seems for both tblModel and ModelID above it gives debug errors when you bracket them.</description>
		<content:encoded><![CDATA[<p>The code works great, thanks a lot.  Was just going to ask about two lines:</p>
<p>Set rst = db.OpenRecordset(&quot;tblModel&quot;, dbOpenDynaset)<br />rst.FindFirst &quot;ModelID = &quot; &#038; Chr$(34) &#038; xcboModel &#038; Chr$(34)</p>
<p>I know if you have spaces in your titles such as Model ID instead of ModelID, you usually put the name in brackets such as [Model ID], but it seems for both tblModel and ModelID above it gives debug errors when you bracket them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-67</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 Nov 2009 20:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-67</guid>
		<description>Do you know how to connect a hyperlink to a command button that sends you to the hyperlink based on selections picked from combo boxes?  Example to clarify:&lt;br /&gt;&lt;br /&gt;You want to set up a car database so you make tables with certain information regarding the car, but for the purpose of this, lets just look at the model table.  The model table (tblModel) consists of the following fields: ModelID, ModelName, MakeID, Hyperlink.  The MakeID would be a link if you had cascading combo boxes in the form.  So from a form the user would select a Make (cboMake), which would then break down the Models (cboModel).  Based on the selection made by the user for the model the code in the command button would compare the model selected in cboModel to the model in tblModel and return the hyperlink (field 4) so that when the user clicked the command button he would see a pdf for that model.&lt;br /&gt;&lt;br /&gt;Thanks in advance&lt;br /&gt;Cory Hall - cory_r_hall@yahoo.com</description>
		<content:encoded><![CDATA[<p>Do you know how to connect a hyperlink to a command button that sends you to the hyperlink based on selections picked from combo boxes?  Example to clarify:</p>
<p>You want to set up a car database so you make tables with certain information regarding the car, but for the purpose of this, lets just look at the model table.  The model table (tblModel) consists of the following fields: ModelID, ModelName, MakeID, Hyperlink.  The MakeID would be a link if you had cascading combo boxes in the form.  So from a form the user would select a Make (cboMake), which would then break down the Models (cboModel).  Based on the selection made by the user for the model the code in the command button would compare the model selected in cboModel to the model in tblModel and return the hyperlink (field 4) so that when the user clicked the command button he would see a pdf for that model.</p>
<p>Thanks in advance<br />Cory Hall &#8211; <a href="mailto:cory_r_hall@yahoo.com">cory_r_hall@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r. pillai</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-66</link>
		<dc:creator>a.p.r. pillai</dc:creator>
		<pubDate>Wed, 18 Nov 2009 18:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-66</guid>
		<description>Yes, this is possible. Sample Code is given below:&lt;br /&gt;&lt;br /&gt;Private Sub cboModel_Click()&lt;br /&gt;Dim myhype, xy As String, xcboModel&lt;br /&gt;Dim db As Database, rst As Recordset&lt;br /&gt;&lt;br /&gt;xcboModel = Me![cboModel]&lt;br /&gt;&lt;br /&gt;Set db = CurrentDb&lt;br /&gt;Set rst = db.OpenRecordset(&quot;tblModel&quot;, dbOpenDynaset)&lt;br /&gt;&lt;br /&gt;rst.FindFirst &quot;ModelID = &quot; &amp; Chr$(34) &amp; xcboModel &amp; Chr$(34)&lt;br /&gt;&lt;br /&gt;If Not rst.NoMatch Then&lt;br /&gt;    Set myhype = rst![Hlink]&lt;br /&gt;    xy = HyperlinkPart(myhype, acAddress)&lt;br /&gt;    Me.cmdPDF.HyperlinkAddress = xy&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;rst.Close&lt;br /&gt;End Sub&lt;br /&gt;&lt;br /&gt;The above Code Runs when you Click on the cboModel ComboBox. Searches the Table for the Model Value selected in the Combo Box and when found retrieves the HyperLink Value into myhype Variable. The HyperLinkPart() Function extracts the .pdf file pathname from the Hyperlink Field.  The extracted Path is inserted into the HyperLink Address Property of the cmdPDF Command Button. When you Click the Command Button the PDF File will be opened.&lt;br /&gt;&lt;br /&gt;The Hyperlink Field Value in the tblModel must be set in the following format:&lt;br /&gt;&lt;br /&gt;Display Text#pdf File PathName##Tooltip Text&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;Model Document#C:\My Documents\Lexus.pdf##Click&lt;br /&gt;&lt;br /&gt;You may visit the following link to learn how to refresh a ComboBox contents that depends on another ComboBox value selection:&lt;br /&gt;&lt;br /&gt;http://www.msaccesstips.com/2008/03/refresh-dependant-combo-box-contents/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;a.p.r. pillai</description>
		<content:encoded><![CDATA[<p>Yes, this is possible. Sample Code is given below:</p>
<p>Private Sub cboModel_Click()<br />Dim myhype, xy As String, xcboModel<br />Dim db As Database, rst As Recordset</p>
<p>xcboModel = Me![cboModel]</p>
<p>Set db = CurrentDb<br />Set rst = db.OpenRecordset(&quot;tblModel&quot;, dbOpenDynaset)</p>
<p>rst.FindFirst &quot;ModelID = &quot; &#038; Chr$(34) &#038; xcboModel &#038; Chr$(34)</p>
<p>If Not rst.NoMatch Then<br />    Set myhype = rst![Hlink]<br />    xy = HyperlinkPart(myhype, acAddress)<br />    Me.cmdPDF.HyperlinkAddress = xy<br />End If</p>
<p>rst.Close<br />End Sub</p>
<p>The above Code Runs when you Click on the cboModel ComboBox. Searches the Table for the Model Value selected in the Combo Box and when found retrieves the HyperLink Value into myhype Variable. The HyperLinkPart() Function extracts the .pdf file pathname from the Hyperlink Field.  The extracted Path is inserted into the HyperLink Address Property of the cmdPDF Command Button. When you Click the Command Button the PDF File will be opened.</p>
<p>The Hyperlink Field Value in the tblModel must be set in the following format:</p>
<p>Display Text#pdf File PathName##Tooltip Text</p>
<p>Example:</p>
<p>Model Document#C:\My Documents\Lexus.pdf##Click</p>
<p>You may visit the following link to learn how to refresh a ComboBox contents that depends on another ComboBox value selection:</p>
<p><a href="http://www.msaccesstips.com/2008/03/refresh-dependant-combo-box-contents/" rel="nofollow">http://www.msaccesstips.com/2008/03/refresh-dependant-combo-box-contents/</a></p>
<p>Regards,<br />a.p.r. pillai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r. pillai</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-68</link>
		<dc:creator>a.p.r. pillai</dc:creator>
		<pubDate>Tue, 17 Nov 2009 22:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-68</guid>
		<description>Yes, I will forward a sample database to you shortly.&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;a.p.r. pillai</description>
		<content:encoded><![CDATA[<p>Yes, I will forward a sample database to you shortly.</p>
<p>regards,<br />a.p.r. pillai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmedtharwat19</title>
		<link>http://msaccesstips.com/2007/05/open-forms-with-hyperlinks-in-listbox/comment-page-1/#comment-69</link>
		<dc:creator>ahmedtharwat19</dc:creator>
		<pubDate>Tue, 17 Nov 2009 12:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=81#comment-69</guid>
		<description>many thanks to you&lt;br /&gt;but can you up to us an examole to see that&lt;br /&gt;&lt;br /&gt;or send it to me at : ahmedtharwat19@yahoo.com</description>
		<content:encoded><![CDATA[<p>many thanks to you<br />but can you up to us an examole to see that</p>
<p>or send it to me at : <a href="mailto:ahmedtharwat19@yahoo.com">ahmedtharwat19@yahoo.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

