<?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>UC&#039;s Corner &#187; msaccess</title>
	<atom:link href="http://yussi.nl/index.php/tag/msaccess/feed" rel="self" type="application/rss+xml" />
	<link>http://yussi.nl</link>
	<description>Yussi Ariefiyono</description>
	<lastBuildDate>Fri, 24 Jun 2011 13:08:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>comment block in vba msaccess</title>
		<link>http://yussi.nl/index.php/comment-block-in-vba-msaccess.html</link>
		<comments>http://yussi.nl/index.php/comment-block-in-vba-msaccess.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 13:35:06 +0000</pubDate>
		<dc:creator>yussi ariefiyono</dc:creator>
				<category><![CDATA[msaccess]]></category>
		<category><![CDATA[vba]]></category>

		<guid isPermaLink="false">http://yussi.nl/?p=64</guid>
		<description><![CDATA[Enable the edit toolbar, hignlight lines to comment, and click the &#8220;comment block&#8221; icon on the edit toolbar (middle of toolbar). This will add the &#8216; to whatever you highlight.]]></description>
			<content:encoded><![CDATA[<p>Enable the edit toolbar, hignlight lines to comment, and click the &#8220;comment block&#8221; icon on the edit toolbar (middle of toolbar). This will add the &#8216; to whatever you highlight.</p>
]]></content:encoded>
			<wfw:commentRss>http://yussi.nl/index.php/comment-block-in-vba-msaccess.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check if table is exist vba</title>
		<link>http://yussi.nl/index.php/check-if-table-is-exist-vba.html</link>
		<comments>http://yussi.nl/index.php/check-if-table-is-exist-vba.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 09:21:13 +0000</pubDate>
		<dc:creator>yussi ariefiyono</dc:creator>
				<category><![CDATA[vba]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://yussi.nl/?p=50</guid>
		<description><![CDATA[Problem: Check if table is exist Solution: Option Compare Database Public Function TableExists(strTable As String) As Boolean Dim strName As String On Error Resume Next &#8216;If table exists already then strName will be &#62; &#8220;&#8221; strName = CurrentDb.TableDefs(strTable).name TableExists = Not (strName = &#8220;&#8221;) End Function]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:<br />
</strong>Check if table is exist</p>
<p><strong>Solution:</strong><br />
Option Compare Database<br />
Public Function TableExists(strTable As String) As Boolean<br />
Dim strName As String</p>
<p>On Error Resume Next<br />
&#8216;If table exists already then strName will be &gt; &#8220;&#8221;<br />
strName = CurrentDb.TableDefs(strTable).name<br />
TableExists = Not (strName = &#8220;&#8221;)<br />
End Function</p>
]]></content:encoded>
			<wfw:commentRss>http://yussi.nl/index.php/check-if-table-is-exist-vba.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell and AppActivate command vba</title>
		<link>http://yussi.nl/index.php/shell-and-appactivate-command-vba.html</link>
		<comments>http://yussi.nl/index.php/shell-and-appactivate-command-vba.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 09:16:37 +0000</pubDate>
		<dc:creator>yussi ariefiyono</dc:creator>
				<category><![CDATA[vba]]></category>
		<category><![CDATA[AppActivate]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://yussi.nl/?p=48</guid>
		<description><![CDATA[Problem: You want to open the file using send key, and active it as a window Solution: &#8216;Define the task ID Dim dTaskID As Integer &#8216;Open the file with your application dTaskID = Shell(&#8220;applicationYouWantToOpenWith.EXE path+nameofthefile&#8221;) &#8216;Make it active window AppActivate (dTaskID)]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong><br />
You want to open the file using send key, and active it as a window</p>
<p><strong>Solution:</strong></p>
<p><em>&#8216;Define the task ID</em><br />
Dim dTaskID As Integer<br />
<em>&#8216;Open the file with your application</em><br />
dTaskID = Shell(&#8220;applicationYouWantToOpenWith.EXE path+nameofthefile&#8221;)<br />
<em>&#8216;Make it active window</em><br />
AppActivate (dTaskID)</p>
]]></content:encoded>
			<wfw:commentRss>http://yussi.nl/index.php/shell-and-appactivate-command-vba.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

