<?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 for Child ID Access</title>
	<atom:link href="http://www.childidaccess.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.childidaccess.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 06:22:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on I need help with access SQL.? by Simon Belmont</title>
		<link>http://www.childidaccess.com/access-help/i-need-help-with-access-sql/comment-page-1#comment-32870</link>
		<dc:creator>Simon Belmont</dc:creator>
		<pubDate>Sun, 05 Feb 2012 06:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-help/i-need-help-with-access-sql#comment-32870</guid>
		<description>You~re almost solved your problem. Your query should be like this:

SELECT Person.First_name, Person.Last_name, e.t.c.
WHERE Member_Key = [Forms]![AccountList]![list6].value

Hope it helps.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You~re almost solved your problem. Your query should be like this:</p>
<p>SELECT Person.First_name, Person.Last_name, e.t.c.<br />
WHERE Member_Key = [Forms]![AccountList]![list6].value</p>
<p>Hope it helps.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is it possible to build a Mathematics questions database in MS Access? by Moнѕιη</title>
		<link>http://www.childidaccess.com/ms-access/is-it-possible-to-build-a-mathematics-questions-database-in-ms-access/comment-page-1#comment-32458</link>
		<dc:creator>Moнѕιη</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/ms-access/is-it-possible-to-build-a-mathematics-questions-database-in-ms-access#comment-32458</guid>
		<description>You can store math equations in database if you use data type as text. To change data type open table into design view and you can choose data type for column. 
And for storing diagrams you should use data type as OLE. go through this tutorial for learning it.
http://office.microsoft.com/en-us/access-help/store-images-in-a-database-HP005280225.aspx&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You can store math equations in database if you use data type as text. To change data type open table into design view and you can choose data type for column.<br />
And for storing diagrams you should use data type as OLE. go through this tutorial for learning it.<br />
<a href="http://office.microsoft.com/en-us/access-help/store-images-in-a-database-HP005280225.aspx" rel="nofollow">http://office.microsoft.com/en-us/access-help/store-images-in-a-database-HP005280225.aspx</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft Access Queries: Calculating Sales of each Product within Date Range? by Ben Beilter</title>
		<link>http://www.childidaccess.com/access-queries/microsoft-access-queries-calculating-sales-of-each-product-within-date-range/comment-page-1#comment-32005</link>
		<dc:creator>Ben Beilter</dc:creator>
		<pubDate>Tue, 24 Jan 2012 10:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-queries/microsoft-access-queries-calculating-sales-of-each-product-within-date-range#comment-32005</guid>
		<description>Microsoft Access Queries: Calculating Sales of each Product within Date Range?

These are two different aspects you will need; a) the calculation of sales (a formula) and b) the criteria to define a date range (Sep - Nov).

Without knowing what it is you wish calculate, its difficult to help you other than show your an article of you calculate in a query. Take a look at http://www.about-access-databases.com/formula-query.html

The criteria for a date range would look something like:
Between #01/09/2010# And #30/11/2010# in the correct date field of your query. Take a look at http://www.about-access-databases.com/query-criteria.html for more information on criteria.

Hope this helped.
Ben Beitler&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;Your Expert Access Database Developer, Excel Spreadsheet Guru and VBA Programmer.

Check out and keep up to date with my blog, news, articles and resources...
My Blog: http://www.AccessDatabaseTutorial.com
FaceBook: http://www.facebook.com/AccessDatabase
Twitter: http://twitter.com/benbeitler (@benbeitler)

Resources
http://www.About-Access-Databases.com
http://www.Access-Database.com
http://www.Excel-Spreadsheet.com
http://www.TrainingPartnership.biz</description>
		<content:encoded><![CDATA[<p>Microsoft Access Queries: Calculating Sales of each Product within Date Range?</p>
<p>These are two different aspects you will need; a) the calculation of sales (a formula) and b) the criteria to define a date range (Sep &#8211; Nov).</p>
<p>Without knowing what it is you wish calculate, its difficult to help you other than show your an article of you calculate in a query. Take a look at <a href="http://www.about-access-databases.com/formula-query.html" rel="nofollow">http://www.about-access-databases.com/formula-query.html</a></p>
<p>The criteria for a date range would look something like:<br />
Between #01/09/2010# And #30/11/2010# in the correct date field of your query. Take a look at <a href="http://www.about-access-databases.com/query-criteria.html" rel="nofollow">http://www.about-access-databases.com/query-criteria.html</a> for more information on criteria.</p>
<p>Hope this helped.<br />
Ben Beitler<br /><b>References : </b><br />Your Expert Access Database Developer, Excel Spreadsheet Guru and VBA Programmer.</p>
<p>Check out and keep up to date with my blog, news, articles and resources&#8230;<br />
My Blog: <a href="http://www.AccessDatabaseTutorial.com" rel="nofollow">http://www.AccessDatabaseTutorial.com</a><br />
FaceBook: <a href="http://www.facebook.com/AccessDatabase" rel="nofollow">http://www.facebook.com/AccessDatabase</a><br />
Twitter: <a href="http://twitter.com/benbeitler" rel="nofollow">http://twitter.com/benbeitler</a> (@benbeitler)</p>
<p>Resources<br />
<a href="http://www.About-Access-Databases.com" rel="nofollow">http://www.About-Access-Databases.com</a><br />
<a href="http://www.Access-Database.com" rel="nofollow">http://www.Access-Database.com</a><br />
<a href="http://www.Excel-Spreadsheet.com" rel="nofollow">http://www.Excel-Spreadsheet.com</a><br />
<a href="http://www.TrainingPartnership.biz" rel="nofollow">http://www.TrainingPartnership.biz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I need an access code for an online textbook&#8230;. best answer 30 points!!! please help? by Cuarteto de Patos</title>
		<link>http://www.childidaccess.com/access-help/i-need-an-access-code-for-an-online-textbook-best-answer-30-points-please-help/comment-page-1#comment-31632</link>
		<dc:creator>Cuarteto de Patos</dc:creator>
		<pubDate>Tue, 17 Jan 2012 08:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-help/i-need-an-access-code-for-an-online-textbook-best-answer-30-points-please-help#comment-31632</guid>
		<description>I do not know this code.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>I do not know this code.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can you tell me how to access internet thru PC via samsung kies? by naotakun</title>
		<link>http://www.childidaccess.com/access-help/can-you-tell-me-how-to-access-internet-thru-pc-via-samsung-kies/comment-page-1#comment-31344</link>
		<dc:creator>naotakun</dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-help/can-you-tell-me-how-to-access-internet-thru-pc-via-samsung-kies#comment-31344</guid>
		<description>you have to download the app to make it work on your computer&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>you have to download the app to make it work on your computer<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can you tell me how to access internet thru PC via samsung kies? by Sagar</title>
		<link>http://www.childidaccess.com/access-help/can-you-tell-me-how-to-access-internet-thru-pc-via-samsung-kies/comment-page-1#comment-31343</link>
		<dc:creator>Sagar</dc:creator>
		<pubDate>Thu, 12 Jan 2012 12:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-help/can-you-tell-me-how-to-access-internet-thru-pc-via-samsung-kies#comment-31343</guid>
		<description>yes sure, there is a way :)
first in phone&gt;settings&gt;Wireless &amp; networks&gt;internet tethering (OR usb tethering). enable that
then connect ur phone to pc and u will get notifiction.
in ur pc there u get option in network that new home network and there u go...
Hope this work :)&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>yes sure, there is a way <img src='http://www.childidaccess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
first in phone&gt;settings&gt;Wireless &amp; networks&gt;internet tethering (OR usb tethering). enable that<br />
then connect ur phone to pc and u will get notifiction.<br />
in ur pc there u get option in network that new home network and there u go&#8230;<br />
Hope this work <img src='http://www.childidaccess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do i change to silver background colour in Microsoft Access 2003? by Joshua</title>
		<link>http://www.childidaccess.com/access-2003/how-do-i-change-to-silver-background-colour-in-microsoft-access-2003/comment-page-1#comment-30876</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Thu, 05 Jan 2012 07:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/how-do-i-change-to-silver-background-colour-in-microsoft-access-2003#comment-30876</guid>
		<description>Catapilla, 

You are talking about the background of the database. In 2003 I&#039;m almost positive it cannot be changed, 2007 has 3 preset color schemes (but I wouldn&#039;t recommend because 2007 stinks.) I&#039;m thinking if there was a way to do it in VBA, I&#039;m pretty sure it would have to be an on open database event, it would change backgrounds for all office applications and then you&#039;d have to have a code to change them back when you close Access. I&#039;m not even sure that functionality exists but I&#039;m guessing if it did, you&#039;d be changing the color for multiple things.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Catapilla, </p>
<p>You are talking about the background of the database. In 2003 I&#8217;m almost positive it cannot be changed, 2007 has 3 preset color schemes (but I wouldn&#8217;t recommend because 2007 stinks.) I&#8217;m thinking if there was a way to do it in VBA, I&#8217;m pretty sure it would have to be an on open database event, it would change backgrounds for all office applications and then you&#8217;d have to have a code to change them back when you close Access. I&#8217;m not even sure that functionality exists but I&#8217;m guessing if it did, you&#8217;d be changing the color for multiple things.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Whenever I try this error always comes up: &quot;you do not have enough access privileges for this operation&quot;,help? by Sd Sd</title>
		<link>http://www.childidaccess.com/access-help/whenever-i-try-this-error-always-comes-up-you-do-not-have-enough-access-privileges-for-this-operationhelp/comment-page-1#comment-30533</link>
		<dc:creator>Sd Sd</dc:creator>
		<pubDate>Sat, 31 Dec 2011 11:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-help/whenever-i-try-this-error-always-comes-up-you-do-not-have-enough-access-privileges-for-this-operationhelp#comment-30533</guid>
		<description>Check your answers here....&gt;.&gt;&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;https://discussions.apple.com/thread/3588257?start=0&amp;tstart=0</description>
		<content:encoded><![CDATA[<p>Check your answers here&#8230;.&gt;.&gt;<br /><b>References : </b><br /><a href="https://discussions.apple.com/thread/3588257?start=0&amp;tstart=0" rel="nofollow">https://discussions.apple.com/thread/3588257?start=0&amp;tstart=0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Need help on my MAC and access to folder? by ElixJointMeister</title>
		<link>http://www.childidaccess.com/access-help/need-help-on-my-mac-and-access-to-folder/comment-page-1#comment-29970</link>
		<dc:creator>ElixJointMeister</dc:creator>
		<pubDate>Sat, 24 Dec 2011 10:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-help/need-help-on-my-mac-and-access-to-folder#comment-29970</guid>
		<description>Perhaps you have to alter the folder&#039;s permission or access it in a different location.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Perhaps you have to alter the folder&#8217;s permission or access it in a different location.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Im obese, Un-Talented, Finished year 12 though Throughout access, Dont get my license for 3 months. Help me? by Zaphod_Beeblebrox</title>
		<link>http://www.childidaccess.com/access-help/im-obese-un-talented-finished-year-12-though-throughout-access-dont-get-my-license-for-3-months-help-me/comment-page-1#comment-29047</link>
		<dc:creator>Zaphod_Beeblebrox</dc:creator>
		<pubDate>Thu, 15 Dec 2011 13:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-help/im-obese-un-talented-finished-year-12-though-throughout-access-dont-get-my-license-for-3-months-help-me#comment-29047</guid>
		<description>Stop spending all your free time in front of a TV or computer. That would be the first step.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Stop spending all your free time in front of a TV or computer. That would be the first step.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

