<?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>Child ID Access &#187; access 2003</title>
	<atom:link href="http://www.childidaccess.com/category/access-2003/feed" rel="self" type="application/rss+xml" />
	<link>http://www.childidaccess.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 00:50:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How do i change to silver background colour in Microsoft Access 2003?</title>
		<link>http://www.childidaccess.com/access-2003/how-do-i-change-to-silver-background-colour-in-microsoft-access-2003</link>
		<comments>http://www.childidaccess.com/access-2003/how-do-i-change-to-silver-background-colour-in-microsoft-access-2003#comments</comments>
		<pubDate>Thu, 05 Jan 2012 01:19:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/how-do-i-change-to-silver-background-colour-in-microsoft-access-2003</guid>
		<description><![CDATA[I am trying to change the silver/grey colour background in access 2003. i cant seem to find any information on how to change the default colour in this application. i have found pleanty on how to change colour on a work sheet or a button but not the window before you open anything in access [...]]]></description>
			<content:encoded><![CDATA[<p>I am trying to change the silver/grey colour background in access 2003. i cant seem to find any information on how to change the default colour in this application. i have found pleanty on how to change colour on a work sheet or a button but not the window before you open anything in access 2003 please someone heeeeeeelllllllppppp!!<br />
<br />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.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/how-do-i-change-to-silver-background-colour-in-microsoft-access-2003/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to dezactivate MS Access 2003 after 28 days?</title>
		<link>http://www.childidaccess.com/access-2003/how-to-dezactivate-ms-access-2003-after-28-days</link>
		<comments>http://www.childidaccess.com/access-2003/how-to-dezactivate-ms-access-2003-after-28-days#comments</comments>
		<pubDate>Sat, 17 Apr 2010 01:33:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/how-to-dezactivate-ms-access-2003-after-28-days</guid>
		<description><![CDATA[I want my datadase applications in MS Access 2003 to be dezactivated from the user after 28  days if he do not pay me the application. It is like a trial version. The user told me that he want to try for a few days and if he like it , he will pay [...]]]></description>
			<content:encoded><![CDATA[<p>I want my datadase applications in MS Access 2003 to be dezactivated from the user after 28  days if he do not pay me the application. It is like a trial version. The user told me that he want to try for a few days and if he like it , he will pay me. So how to do a procedure to dezactivate the application after 28 days.<br />
<br />Build a Macro named &quot;Autoexec&quot; that calls a VBA Function to evaluate the days used and Quit the DB if &gt;28.</p>
<p>Function TrialTime()<br />
Dim StartDate as Date, TimeUsed as Integer</p>
<p>Set StartDate = #04/13/2010#<br />
Set TimeUsed = DateDiff (StartDate,Date())</p>
<p>IF TimeUsed&gt;28 Then Application.Quit Else Exit Function</p>
<p>End Function</p>
<p>Next step in &quot;Autoexec&quot; would be Your normal routine (open a switchboard, update a table, whatever).</p>
<p>Be sure to go into the Startup Options and deactivate the &quot;Special Keys&quot; (like F11 to show DB window).</p>
<p>If Youe end user knows MS Acess VBA He can get around it, but if not He&#8217;s stuck out after 28 days.</p>
<p>You can always send him a new copy without the 28 day check once He pays You,  or go in and remove it from &quot;Autoexec&quot;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/how-to-dezactivate-ms-access-2003-after-28-days/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Curso Access 2003 como Crear Informes</title>
		<link>http://www.childidaccess.com/access-2003/curso-access-2003-como-crear-informes</link>
		<comments>http://www.childidaccess.com/access-2003/curso-access-2003-como-crear-informes#comments</comments>
		<pubDate>Fri, 16 Apr 2010 09:28:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[aprendizaje]]></category>
		<category><![CDATA[Base]]></category>
		<category><![CDATA[bases]]></category>
		<category><![CDATA[como]]></category>
		<category><![CDATA[crear]]></category>
		<category><![CDATA[Curso]]></category>
		<category><![CDATA[cursos]]></category>
		<category><![CDATA[datos]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[informes]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[thenacoos]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/curso-access-2003-como-crear-informes</guid>
		<description><![CDATA[los informes en microsoft access sirven para mostrar datos obtenidos desde, consultas y tablas para mostrarla al usuario final, los informes son una herramienta muy poderosa al diseñar una base de datos
Duration : 0:3:7
[youtube nESTlCxMoPA]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/nESTlCxMoPA/2.jpg" align="left">los informes en microsoft access sirven para mostrar datos obtenidos desde, consultas y tablas para mostrarla al usuario final, los informes son una herramienta muy poderosa al diseñar una base de datos</p>
<p>Duration : <b>0:3:7</b></p>
<p><span id="more-1041"></span><br />[youtube nESTlCxMoPA]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/curso-access-2003-como-crear-informes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Access 2003 &#8211; Lezione introduttiva</title>
		<link>http://www.childidaccess.com/access-2003/microsoft-office-access-2003-lezione-introduttiva</link>
		<comments>http://www.childidaccess.com/access-2003/microsoft-office-access-2003-lezione-introduttiva#comments</comments>
		<pubDate>Tue, 13 Apr 2010 12:41:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[calcolo]]></category>
		<category><![CDATA[come]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[del]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[di]]></category>
		<category><![CDATA[ecdl]]></category>
		<category><![CDATA[europea]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[fare]]></category>
		<category><![CDATA[foglio]]></category>
		<category><![CDATA[House]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[informatica]]></category>
		<category><![CDATA[insegnante]]></category>
		<category><![CDATA[introduzione]]></category>
		<category><![CDATA[ita]]></category>
		<category><![CDATA[italiano]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[livello]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[patente]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[per]]></category>
		<category><![CDATA[serafino]]></category>
		<category><![CDATA[sosi]]></category>
		<category><![CDATA[spiegazione]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[tutorialhouse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/microsoft-office-access-2003-lezione-introduttiva</guid>
		<description><![CDATA[Visualizzatelo in HD e FULLSCREEN.
Microsoft Office Access 2003 &#8211; Lezione introduttiva.
Duration : 0:6:18
[youtube B5_LHpVWCeQ]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/B5_LHpVWCeQ/2.jpg" align="left">Visualizzatelo in HD e FULLSCREEN.<br />
Microsoft Office Access 2003 &#8211; Lezione introduttiva.</p>
<p>Duration : <b>0:6:18</b></p>
<p><span id="more-1030"></span><br />[youtube B5_LHpVWCeQ]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/microsoft-office-access-2003-lezione-introduttiva/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Crear una BD en MS. Access 2003</title>
		<link>http://www.childidaccess.com/access-2003/crear-una-bd-en-ms-access-2003</link>
		<comments>http://www.childidaccess.com/access-2003/crear-una-bd-en-ms-access-2003#comments</comments>
		<pubDate>Sat, 10 Apr 2010 10:30:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>
		<category><![CDATA[informatica]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/crear-una-bd-en-ms-access-2003</guid>
		<description><![CDATA[Video Tutorial que describe el procedimiento para crear una BD en Access 2003.
Este video ha sido creado por el equipo de cómputo de la I.E &#8220;Santa Rosa&#8221;-Trujillo; a cargo del Docente (Carlos LUis Grados)
Duration : 0:5:34
[youtube mu3FcPCZAyg]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/mu3FcPCZAyg/2.jpg" align="left">Video Tutorial que describe el procedimiento para crear una BD en Access 2003.<br />
Este video ha sido creado por el equipo de cómputo de la I.E &#8220;Santa Rosa&#8221;-Trujillo; a cargo del Docente (Carlos LUis Grados)</p>
<p>Duration : <b>0:5:34</b></p>
<p><span id="more-1018"></span><br />[youtube mu3FcPCZAyg]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/crear-una-bd-en-ms-access-2003/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EXPORTAR UNA BDD DE ACCESS 2003 A SQL SERVER 2005</title>
		<link>http://www.childidaccess.com/access-2003/exportar-una-bdd-de-access-2003-a-sql-server-2005</link>
		<comments>http://www.childidaccess.com/access-2003/exportar-una-bdd-de-access-2003-a-sql-server-2005#comments</comments>
		<pubDate>Wed, 07 Apr 2010 12:43:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[ms access]]></category>
		<category><![CDATA[MS SQL SERVER]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/exportar-una-bdd-de-access-2003-a-sql-server-2005</guid>
		<description><![CDATA[Video con audio donde se explica como exportar una base de datos de MS ACCESS 2003 a MS SQL SERVER 2005
Duration : 0:6:9
[youtube 79aJjmIzwUM]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/79aJjmIzwUM/2.jpg" align="left">Video con audio donde se explica como exportar una base de datos de MS ACCESS 2003 a MS SQL SERVER 2005</p>
<p>Duration : <b>0:6:9</b></p>
<p><span id="more-1007"></span><br />[youtube 79aJjmIzwUM]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/exportar-una-bdd-de-access-2003-a-sql-server-2005/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Understanding the reasons to switch in Migrating from Access 2003 to Access 2007</title>
		<link>http://www.childidaccess.com/access-2003/understanding-the-reasons-to-switch-in-migrating-from-access-2003-to-access-2007</link>
		<comments>http://www.childidaccess.com/access-2003/understanding-the-reasons-to-switch-in-migrating-from-access-2003-to-access-2007#comments</comments>
		<pubDate>Sun, 04 Apr 2010 13:12:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Access training]]></category>
		<category><![CDATA[Access tutorials]]></category>
		<category><![CDATA[Business Applications]]></category>
		<category><![CDATA[David Rivers]]></category>
		<category><![CDATA[Essential Training]]></category>
		<category><![CDATA[lynda]]></category>
		<category><![CDATA[Lynda.com]]></category>
		<category><![CDATA[Microsoft training]]></category>
		<category><![CDATA[Microsoft tutorials]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[online tutorials]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/understanding-the-reasons-to-switch-in-migrating-from-access-2003-to-access-2007</guid>
		<description><![CDATA[Watch the entire course at http://www.lynda.com/home/DisplayCourse.aspx?lpk2=61994&#38;utm_source=youtube&#38;utm_medium=viral&#38;utm_content=youtube&#38;utm_campaign=youtube
In Migrating from Access 2003 to Access 2007, author David Rivers explains the key differences between Access 2007 and Access 2003 and the benefits of upgrading to the 2007 version of Microsoft&#8217;s database design software.  The course covers key differences Access 2003 users need to understand, including the new [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/VRTucrSv93I/2.jpg" align="left">Watch the entire course at http://www.lynda.com/home/DisplayCourse.aspx?lpk2=61994&amp;utm_source=youtube&amp;utm_medium=viral&amp;utm_content=youtube&amp;utm_campaign=youtube</p>
<p>In Migrating from Access 2003 to Access 2007, author David Rivers explains the key differences between Access 2007 and Access 2003 and the benefits of upgrading to the 2007 version of Microsoft&#8217;s database design software.  The course covers key differences Access 2003 users need to understand, including the new Ribbon interface, database templates, the improved Layout View and the new Open XML file format. Exercise files accompany the course.</p>
<p>Duration : <b>0:2:58</b></p>
<p><span id="more-997"></span><br />[youtube VRTucrSv93I]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/understanding-the-reasons-to-switch-in-migrating-from-access-2003-to-access-2007/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curso Microsoft Access 2003 creacion de formularios</title>
		<link>http://www.childidaccess.com/access-2003/curso-microsoft-access-2003-creacion-de-formularios</link>
		<comments>http://www.childidaccess.com/access-2003/curso-microsoft-access-2003-creacion-de-formularios#comments</comments>
		<pubDate>Thu, 01 Apr 2010 16:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Base]]></category>
		<category><![CDATA[bill]]></category>
		<category><![CDATA[como]]></category>
		<category><![CDATA[computacion]]></category>
		<category><![CDATA[creacion]]></category>
		<category><![CDATA[Curso]]></category>
		<category><![CDATA[datos]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[español]]></category>
		<category><![CDATA[formulario]]></category>
		<category><![CDATA[Formularios]]></category>
		<category><![CDATA[gates]]></category>
		<category><![CDATA[hacer]]></category>
		<category><![CDATA[informatica]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[mexico]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[trabajo]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/curso-microsoft-access-2003-creacion-de-formularios</guid>
		<description><![CDATA[esta es la segunda parte del tutorial rapido de access 2003, en este video podemos ver como se crea un formulario, digamos que el formulario es la interface grafica para hacer mas amigable nuestra base datos, o bien para mostrarsela al cliente final de una forma elegante y agradable.
Duration : 0:3:11
[youtube aUbBQ2rEZbk]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/aUbBQ2rEZbk/2.jpg" align="left">esta es la segunda parte del tutorial rapido de access 2003, en este video podemos ver como se crea un formulario, digamos que el formulario es la interface grafica para hacer mas amigable nuestra base datos, o bien para mostrarsela al cliente final de una forma elegante y agradable.</p>
<p>Duration : <b>0:3:11</b></p>
<p><span id="more-986"></span><br />[youtube aUbBQ2rEZbk]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/curso-microsoft-access-2003-creacion-de-formularios/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access 2003 Training Course</title>
		<link>http://www.childidaccess.com/access-2003/access-2003-training-course</link>
		<comments>http://www.childidaccess.com/access-2003/access-2003-training-course#comments</comments>
		<pubDate>Mon, 29 Mar 2010 13:20:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/access-2003-training-course</guid>
		<description><![CDATA[KeyStone Learning Systems has Enterprise solutions for Companies, Government, and Education.
Duration : 0:1:40
[youtube HlxlyPJqt08]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/HlxlyPJqt08/2.jpg" align="left">KeyStone Learning Systems has Enterprise solutions for Companies, Government, and Education.</p>
<p>Duration : <b>0:1:40</b></p>
<p><span id="more-975"></span><br />[youtube HlxlyPJqt08]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/access-2003-training-course/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access 2003 Parameter Queries</title>
		<link>http://www.childidaccess.com/access-2003/access-2003-parameter-queries</link>
		<comments>http://www.childidaccess.com/access-2003/access-2003-parameter-queries#comments</comments>
		<pubDate>Fri, 26 Mar 2010 12:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[access 2003]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[Queries]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/access-2003/access-2003-parameter-queries</guid>
		<description><![CDATA[Please folk stop fooling around. I know this is not what you want. You want it in ENGLISH.
Seriously, I&#8217;m not gonna record it again. If you dont like it please leave it as it. Don&#8217;t write any insulting comments or curse anyone.
Live in peace and harmony.
Thank you.
Duration : 0:9:38
[youtube 1gkl699zPg0]
]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.ytimg.com/vi/1gkl699zPg0/2.jpg" align="left">Please folk stop fooling around. I know this is not what you want. You want it in ENGLISH.</p>
<p>Seriously, I&#8217;m not gonna record it again. If you dont like it please leave it as it. Don&#8217;t write any insulting comments or curse anyone.</p>
<p>Live in peace and harmony.</p>
<p>Thank you.</p>
<p>Duration : <b>0:9:38</b></p>
<p><span id="more-964"></span><br />[youtube 1gkl699zPg0]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/access-2003/access-2003-parameter-queries/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

