<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Know Moore About Access</title>
	<atom:link href="http://mooreaboutaccess.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mooreaboutaccess.com</link>
	<description>Know Moore Today!</description>
	<lastBuildDate>Fri, 18 Jun 2010 16:12:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mooreaboutaccess.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Know Moore About Access</title>
		<link>http://mooreaboutaccess.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mooreaboutaccess.com/osd.xml" title="Know Moore About Access" />
	<atom:link rel='hub' href='http://mooreaboutaccess.com/?pushpress=hub'/>
		<item>
		<title>Data record links to documents</title>
		<link>http://mooreaboutaccess.com/2010/06/18/data-record-links-to-documents/</link>
		<comments>http://mooreaboutaccess.com/2010/06/18/data-record-links-to-documents/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 16:12:27 +0000</pubDate>
		<dc:creator>mooreknowledge</dc:creator>
				<category><![CDATA[Fields]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[embedded documents data records]]></category>

		<guid isPermaLink="false">http://mooreaboutaccess.com/?p=24</guid>
		<description><![CDATA[The challenge There are times when you would like to have stored documents attached to records in your database.  For example, perhaps you create invoices in an Access database and you would like to scan copies of invoices and attach them to the invoice record in your database.  Or, perhaps you manage property and you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mooreaboutaccess.com&amp;blog=13262747&amp;post=24&amp;subd=mooreaboutaccess&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>The challenge</h3>
<p>There are times when you would like to have stored documents attached to records in your database.  For example, perhaps you create invoices in an Access database and you would like to scan copies of invoices and attach them to the invoice record in your database.  Or, perhaps you manage property and you would like to attach documents related to each property or to events/activity records tied to each property.  Both of those scenarios could be accomplished by having embedded links to the documents in a field in your data record.</p>
<p>For this example, let&#8217;s assume that we are going to store invoice images tied to customer invoices.  Let&#8217;s also assume that each document is a PDF file.  It is also completely conceivable to print the documents with a barcoded document identifier and then use a scanner with OCR capability to store the documents into dynamically assigned folder structures based on key pieces of printed information on the document&#8230; But that is a whole other issue for another post.</p>
<h3>The Solution</h3>
<p style="padding-left:30px;"><strong>Access 2007/2010</strong></p>
<p style="padding-left:30px;">If you are using Access 2003, the solution varies slightly from Access 2007/2010.  See below for the Access 2003 solution.</p>
<p style="padding-left:30px;">To create this document link field, add a field to the table and set the type of the field be &#8220;Attachment&#8221;.  Then within each data record, links to multiple files can be stored and &#8220;attached&#8221; to that record.  When you click on that field, a pop-up window is displayed with a list of the linked files.  You can then double-click on any file listed to open that file.</p>
<p style="padding-left:30px;">
<div id="attachment_29" class="wp-caption aligncenter" style="width: 310px"><a href="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-2.jpg"><img class="size-medium wp-image-29" title="BlogIMg100618-2" src="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-2.jpg?w=300&#038;h=197" alt="Table Design View with Attachment field" width="300" height="197" /></a><p class="wp-caption-text">Table Design View with Attachment field</p></div>
<p style="padding-left:30px;">
<div id="attachment_30" class="wp-caption aligncenter" style="width: 310px"><a href="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-1.jpg"><img class="size-medium wp-image-30" title="BlogIMg100618-1" src="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-1.jpg?w=300&#038;h=84" alt="Datasheet View with Attachment Field" width="300" height="84" /></a><p class="wp-caption-text">Datasheet View with Attachment Field</p></div>
<div id="attachment_31" class="wp-caption aligncenter" style="width: 310px"><a href="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-3.jpg"><img class="size-medium wp-image-31" title="BlogIMg100618-3" src="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-3.jpg?w=300&#038;h=181" alt="Attachment Dialog Window" width="300" height="181" /></a><p class="wp-caption-text">Attachment Dialog Window</p></div>
<p style="padding-left:30px;"><strong>Access 2003</strong></p>
<p style="padding-left:30px;">In Access 2003, the first step is to add a new field into your table which will   contain the link to the document for each record.  If more than one   document is desired for a given record in the table, then you have a   couple of options.</p>
<p style="padding-left:30px;">The first option is that you could add multiple document link fields (OLE Object fields) into the   table structure for each record.  By taking this approach then every   record in your table would have the same number of potential document   links.  If the number of document links you desire will vary   significantly from one record to another, then the second option could possibly a better   approach.  The first set of images shown here displays the table configuration with an OLE Object field added to the first table.</p>
<p style="padding-left:30px;">
<div id="attachment_33" class="wp-caption aligncenter" style="width: 310px"><a href="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-4.jpg"><img class="size-medium wp-image-33" title="BlogIMg100618-4" src="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-4.jpg?w=300&#038;h=221" alt="Access 2003 table design view with OLE Object field" width="300" height="221" /></a><p class="wp-caption-text">Access 2003 table design view with OLE Object field</p></div>
<p style="padding-left:30px;">Once the OLE Object field has been added to the table, you can use the Insert Object commend from the Insert menu to insert the OLE object link.  In the OLE Object Window, a &#8220;Link&#8221; checkbox appears.  This link box gives you the option to insert a copy of the document into your database record or to insert a link to the document into your record.  If you insert a link to the document then any future changes to the document will be reflected when the document is opened.  If you insert the document then a snapshot of the current document will be retained with the data record.</p>
<div id="attachment_34" class="wp-caption aligncenter" style="width: 310px"><a href="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-5.jpg"><img class="size-medium wp-image-34" title="BlogIMg100618-5" src="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-5.jpg?w=300&#038;h=137" alt="Access 2003 OLE Object Insert window" width="300" height="137" /></a><p class="wp-caption-text">Access 2003 OLE Object Insert window</p></div>
<div id="attachment_35" class="wp-caption aligncenter" style="width: 310px"><a href="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-6.jpg"><img class="size-medium wp-image-35" title="BlogIMg100618-6" src="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-6.jpg?w=300&#038;h=73" alt="Access 2003 Datasheet view with OLE Object field" width="300" height="73" /></a><p class="wp-caption-text">Access 2003 Datasheet view with OLE Object field</p></div>
<p style="padding-left:30px;">The second option would be to create a sub-table (another table which would be   linked back to the customer table by customer number) where the   sub-table would be indexed on the customer number and its own internal   record ID number.  This would allow a potentially unlimited number of   documents to be attached to any given customer.  It would also conserve   space in that customers would no documents to attach would not require   any space to be assigned but customers with many links would get as  much  space as they need (in terms of table record space).</p>
<div id="attachment_36" class="wp-caption aligncenter" style="width: 310px"><a href="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-7.jpg"><img class="size-medium wp-image-36" title="BlogIMg100618-7" src="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-7.jpg?w=300&#038;h=163" alt="Access 2003 table relationships if creating a secondary document table" width="300" height="163" /></a><p class="wp-caption-text">Access 2003 table relationships if creating a secondary document table</p></div>
<p>When you use this field in a form or in the table view directly, you  will paste the path &amp; filename of the document to be linked.  In  this way, if you need to retrieve the document you can simply click on  the link in this field of the database to retrieve the document. **</p>
<p><em>**NOTE:   If your database is used in a multi-user environment where other users  have access to the same records, be sure to locate your documents  somewhere that other users who could potentially need to view the  document would also have security access.  Other users will receive an  error if they attempt to open a document that is unavailable to them for  security access reasons.  This location could be a shared directory on a  networked PC but it could also be a shared folder on a network server  or storage device.  It could also be a cloud storage location such as  Google Docs or Microsoft SkyDrive.  In any of these locations just  verify that other potential users have access permissions to the  location or document where it is stored</em>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mooreaboutaccess.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mooreaboutaccess.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mooreaboutaccess.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mooreaboutaccess.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mooreaboutaccess.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mooreaboutaccess.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mooreaboutaccess.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mooreaboutaccess.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mooreaboutaccess.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mooreaboutaccess.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mooreaboutaccess.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mooreaboutaccess.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mooreaboutaccess.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mooreaboutaccess.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mooreaboutaccess.com&amp;blog=13262747&amp;post=24&amp;subd=mooreaboutaccess&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mooreaboutaccess.com/2010/06/18/data-record-links-to-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95c5901678dff0a1323c11556700f832?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mooreknowledge</media:title>
		</media:content>

		<media:content url="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-2.jpg?w=300" medium="image">
			<media:title type="html">BlogIMg100618-2</media:title>
		</media:content>

		<media:content url="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-1.jpg?w=300" medium="image">
			<media:title type="html">BlogIMg100618-1</media:title>
		</media:content>

		<media:content url="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-3.jpg?w=300" medium="image">
			<media:title type="html">BlogIMg100618-3</media:title>
		</media:content>

		<media:content url="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-4.jpg?w=300" medium="image">
			<media:title type="html">BlogIMg100618-4</media:title>
		</media:content>

		<media:content url="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-5.jpg?w=300" medium="image">
			<media:title type="html">BlogIMg100618-5</media:title>
		</media:content>

		<media:content url="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-6.jpg?w=300" medium="image">
			<media:title type="html">BlogIMg100618-6</media:title>
		</media:content>

		<media:content url="http://mooreaboutaccess.files.wordpress.com/2010/06/blogimg100618-7.jpg?w=300" medium="image">
			<media:title type="html">BlogIMg100618-7</media:title>
		</media:content>
	</item>
		<item>
		<title>Timer Auto-Refresh Forms</title>
		<link>http://mooreaboutaccess.com/2010/05/11/timer-auto-refresh-forms/</link>
		<comments>http://mooreaboutaccess.com/2010/05/11/timer-auto-refresh-forms/#comments</comments>
		<pubDate>Wed, 12 May 2010 01:47:13 +0000</pubDate>
		<dc:creator>mooreknowledge</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[VBA Code]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://mooreaboutaccess.com/?p=20</guid>
		<description><![CDATA[The Challenge One of my clients is using an Access database in a multi-user environment.  They had a form that they use on their production floor for scheduling jobs.  They wanted to have the form update automatically for the PCs on the production floor to reflect the changes made in the office for scheduling jobs.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mooreaboutaccess.com&amp;blog=13262747&amp;post=20&amp;subd=mooreaboutaccess&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>The Challenge</h3>
<p>One of my clients is using an Access database in a multi-user environment.  They had a form that they use on their production floor for scheduling jobs.  They wanted to have the form update automatically for the PCs on the production floor to reflect the changes made in the office for scheduling jobs.  If the form was closed and re-opened it would automatically reflect the scheduling changes but if the form was left open for long periods of time, those changes would not be reflected.</p>
<h3>The Solution</h3>
<p>Access provides an ability to create a timer driven activity within the forms.  You can specify the period of time that the timer should occur and then what activity should take place when the timer expires.  That timer function is driven by the TimerInterval attribute of the form.  The time interval is specified in the FormLoad procedure.  The timer interval is measured in 1000ths of a second so 300,000 is 5 minutes.</p>
<pre>Private Sub Form_Load()
     Me.TimerInterval = 300000
 End Sub</pre>
<p>The activity that should be performed when the timer expires should be defined in the Form_Timer procedure.  In my example, I set up a command to refresh the form display.  However, any desired code could be constructed in this procedure.</p>
<pre>Private Sub Form_Timer()
    DoCmd.Requery
    Me.Refresh
End Sub</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mooreaboutaccess.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mooreaboutaccess.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mooreaboutaccess.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mooreaboutaccess.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mooreaboutaccess.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mooreaboutaccess.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mooreaboutaccess.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mooreaboutaccess.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mooreaboutaccess.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mooreaboutaccess.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mooreaboutaccess.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mooreaboutaccess.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mooreaboutaccess.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mooreaboutaccess.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mooreaboutaccess.com&amp;blog=13262747&amp;post=20&amp;subd=mooreaboutaccess&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mooreaboutaccess.com/2010/05/11/timer-auto-refresh-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95c5901678dff0a1323c11556700f832?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mooreknowledge</media:title>
		</media:content>
	</item>
		<item>
		<title>Cool new trick &#8211; using TempVars</title>
		<link>http://mooreaboutaccess.com/2010/04/22/cool-new-trick-using-tempvars/</link>
		<comments>http://mooreaboutaccess.com/2010/04/22/cool-new-trick-using-tempvars/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 13:20:52 +0000</pubDate>
		<dc:creator>mooreknowledge</dc:creator>
				<category><![CDATA[Datasheet]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[TempVars]]></category>
		<category><![CDATA[VBA Code]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[Text box]]></category>
		<category><![CDATA[Unbound]]></category>

		<guid isPermaLink="false">http://mooreaboutaccess.wordpress.com/?p=9</guid>
		<description><![CDATA[I knew that Access provided an in-session variable array called TempVars and I have used them a few times but never had much need for them.  However, a project that I have been working on this past couple of weeks required some creativity.  TempVars were just the ticket.  You can use TempVars through either macros [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mooreaboutaccess.com&amp;blog=13262747&amp;post=9&amp;subd=mooreaboutaccess&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I knew that Access provided an in-session variable array called TempVars and I have used them a few times but never had much need for them.  However, a project that I have been working on this past couple of weeks required some creativity.  TempVars were just the ticket.  You can use TempVars through either macros or VBA code.  Up to this point, I had only worked with TempVars through the macros.  I had never attempted to manipulate them through VBA code.</p>
<p><strong>The Goal:</strong></p>
<p>I had created a datasheet form but was using simple parameter value prompts from the underlying query to obtain user input.  I wanted to embed those parameter prompts into the datasheet form to clean up the process and make it more of a single-step approach on the user interface.  (There are 3 parameter values being obtained in this particular form.)</p>
<p><strong>The Solution:</strong></p>
<p>I created un-bound text boxes at the top of the datasheet form and then added a command button to the form.  In the VBA code of the command button, I added the code to establish the temporary variables and set them to the values provided in the text boxes.  I also added some code to check the values of the text boxes to make sure that they were not empty when the Update Display button was pressed.  The three text boxes that I created are txtProdCode, txtBegDate and txtEndDate.  The three temp variables that I am establishing are ProdCode, BegDate and EndDate.  Here is a code sample of how those variables are established and the values are set:</p>
<pre style="padding-left:30px;">Private Sub cmdUpdate_Click()
On Error GoTo cmdUpdate_Click_Err

 On Error Resume Next
 lblErrMsg.Visible = False

 If IsNull(Me.cboProdCode) Then
     Beep
     sMsg = "Please Select a Product Code before clicking Update."
     lblErrMsg.Caption = sMsg
     lblErrMsg.Visible = True
     GoTo cmdUpdate_Click_Exit
 Else
     lblErrMsg.Visible = False
 End If

 If IsNull(txtStartDate) Then
     Beep
     sMsg = "Please Enter a Start Date before clicking Update."
     lblErrMsg.Caption = sMsg
     lblErrMsg.Visible = True
     GoTo cmdUpdate_Click_Exit
 Else
     lblErrMsg.Visible = False
 End If

 If IsNull(txtEndDate) Then
     Beep
     sMsg = "Please Enter an End Date before clicking Update."
     lblErrMsg.Caption = sMsg
     lblErrMsg.Visible = True
     GoTo cmdUpdate_Click_Exit
 Else
     lblErrMsg.Visible = False
 End If

 TempVars.Add "ProdCode", Me.cboProdCode.Value
 TempVars.Add "StartDate", Me.txtStartDate.Value
 TempVars.Add "EndDate", Me.txtEndDate.Value
 DoCmd.Requery

cmdUpdate_Click_Exit:
     Exit Sub

cmdUpdate_Click_Err:
     MsgBox Error$
     Resume cmdUpdate_Click_Exit

End Sub</pre>
<p style="padding-left:30px;">Here is a screen clipping of what the form looks like:</p>
<h5 class="mceTemp">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><a href="http://mooreaboutaccess.files.wordpress.com/2010/04/blogimg1004221.jpg"><img class="size-full wp-image-11" title="Temp Variables on a datasheet form" src="http://mooreaboutaccess.files.wordpress.com/2010/04/blogimg1004221.jpg?w=500&#038;h=125" alt="Temp Variables on a datasheet form" width="500" height="125" /></a></dt>
<dd class="wp-caption-dd">
<h5>Example datasheet for with three un-bound fields set to temp variables through VBA code.</h5>
</dd>
</dl>
</h5>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mooreaboutaccess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mooreaboutaccess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mooreaboutaccess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mooreaboutaccess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mooreaboutaccess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mooreaboutaccess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mooreaboutaccess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mooreaboutaccess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mooreaboutaccess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mooreaboutaccess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mooreaboutaccess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mooreaboutaccess.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mooreaboutaccess.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mooreaboutaccess.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mooreaboutaccess.com&amp;blog=13262747&amp;post=9&amp;subd=mooreaboutaccess&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mooreaboutaccess.com/2010/04/22/cool-new-trick-using-tempvars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/95c5901678dff0a1323c11556700f832?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mooreknowledge</media:title>
		</media:content>

		<media:content url="http://mooreaboutaccess.files.wordpress.com/2010/04/blogimg1004221.jpg" medium="image">
			<media:title type="html">Temp Variables on a datasheet form</media:title>
		</media:content>
	</item>
	</channel>
</rss>
