<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Microsoft Access Forums - Misc</title>
		<link>http://www.accessforums.net/</link>
		<description>PHP, MySQL, Windows and any other technical discussions unrelated to Access.</description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 12:34:42 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.accessforums.net/images/misc/rss.png</url>
			<title>Microsoft Access Forums - Misc</title>
			<link>http://www.accessforums.net/</link>
		</image>
		<item>
			<title>Mocrosoft web browser control can not display the web page</title>
			<link>http://www.accessforums.net/misc/mocrosoft-web-browser-control-can-not-display-35341.html</link>
			<pubDate>Sun, 02 Jun 2013 18:39:24 GMT</pubDate>
			<description>Dear all, 
At first, I am a new user in vba. Learning from web and other examples. I am using ms access 2007 in windows 7 32 bit and IE9 and IE10....</description>
			<content:encoded><![CDATA[<div>Dear all,<br />
At first, I am a new user in vba. Learning from web and other examples. I am using ms access 2007 in windows 7 32 bit and IE9 and IE10.<br />
Let's go to the subject. I created a form to display the web page with Microsoft web browser control. I used a textbox 'text0' for address bar and a command button 'command2' for on-click event procedure. <br />
<br />
I used the code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Private Sub Command2_Click()Dim varAdd As String<br />
varAdd = &quot;me.Text0&quot;<br />
If Text0 &gt; 0 Then<br />
Me.WebBrowser4.Navigate &quot;varAdd&quot;<br />
Else<br />
Me.WebBrowser4.Navigate &quot;www.google.com.sa&quot;<br />
End If<br />
End Sub</code><hr />
</div>]<br />
With that code I couldn't open any web page if I type any web address on text0 field. The web page shows &quot;Navigation to the webpage was canceled&quot;. But If 'text0' field is empty, it works fine.<br />
<font size="2">I reset Internet Explorer's setting to default but that was also not working.<br />
Any help is appreciated.<br />
<br />
Thanks<br />
</font></div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/misc/">Misc</category>
			<dc:creator>tamangspace</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/misc/mocrosoft-web-browser-control-can-not-display-35341.html</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] linked mysql database]]></title>
			<link>http://www.accessforums.net/misc/linked-mysql-database-35238.html</link>
			<pubDate>Wed, 29 May 2013 01:56:30 GMT</pubDate>
			<description><![CDATA[Access 2013 x64, mysql 5.5.31 
 
I've got this vba sub routine. When I call the sub it always returns 1. Any help is much appreciated. 
 
It's a...]]></description>
			<content:encoded><![CDATA[<div>Access 2013 x64, mysql <font color="#444444"><span style="font-family: sans-serif">5.5.31</span></font><br />
<br />
I've got this vba sub routine. When I call the sub it always returns 1. Any help is much appreciated.<br />
<br />
It's a simple cocktail program.  <br />
<br />
Sub Order(recipe_id As Integer, recipe_qty As Integer)<br />
    Dim msg As String<br />
    Dim dbs As Database<br />
    Dim rs As Recordset<br />
    Dim strSQL As String<br />
    Set db = CurrentDb()<br />
    Dim count As Integer<br />
    <br />
    strSQL = &quot;SELECT * FROM `ingredients` WHERE recipe_id = &quot; &amp; recipe_id &amp; &quot;;&quot;<br />
    Set rs = dbs.OpenRecordset(strSQL)<br />
    count = rs.RecordCount<br />
    MsgBox (count)<br />
End Sub<br />
<br />
<br />
I've never used SQL in VBA before so there is a good chance I'm doing something completely wrong</div>

]]></content:encoded>
			<category domain="http://www.accessforums.net/misc/">Misc</category>
			<dc:creator>nkuebelbeck</dc:creator>
			<guid isPermaLink="true">http://www.accessforums.net/misc/linked-mysql-database-35238.html</guid>
		</item>
	</channel>
</rss>
