<?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: Microsoft Access &#8211; How To Limit # Of Characters Shown In Certain Field On A Query?</title>
	<atom:link href="http://tecnilock.com/195/feed" rel="self" type="application/rss+xml" />
	<link>http://tecnilock.com/195</link>
	<description>Computers, Phones &#38; Internet</description>
	<lastBuildDate>Sun, 28 Feb 2010 22:46:40 +0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris G</title>
		<link>http://tecnilock.com/195/comment-page-1#comment-428</link>
		<dc:creator>Chris G</dc:creator>
		<pubDate>Fri, 03 Jul 2009 00:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://tecnilock.com/195#comment-428</guid>
		<description>You can use the &#039;left&#039; function to return a specified number of characters from the left side of a string...
Format:
Left(string, length)
Example in a Query:
SELECT Left([Column A], 41) FROM [My Table]
The values in each row of Column A in My Table will be limited to 41 characters.</description>
		<content:encoded><![CDATA[<p>You can use the &#8216;left&#8217; function to return a specified number of characters from the left side of a string&#8230;<br />
Format:<br />
Left(string, length)<br />
Example in a Query:<br />
SELECT Left([Column A], 41) FROM [My Table]<br />
The values in each row of Column A in My Table will be limited to 41 characters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
