<?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; microsoft access</title>
	<atom:link href="http://www.childidaccess.com/category/microsoft-access/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 to calculate next date after based on the input date in microsoft access?</title>
		<link>http://www.childidaccess.com/microsoft-access/how-to-calculate-next-date-after-based-on-the-input-date-in-microsoft-access</link>
		<comments>http://www.childidaccess.com/microsoft-access/how-to-calculate-next-date-after-based-on-the-input-date-in-microsoft-access#comments</comments>
		<pubDate>Wed, 09 Nov 2011 06:48:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/how-to-calculate-next-date-after-based-on-the-input-date-in-microsoft-access</guid>
		<description><![CDATA[I have created a microsoft access 2007 database to record computer servicing days. I want once I put the date I have serviced the computer on the Date of Service filed, the database to calculate automatically 6 months as the Due date of next service and store the value on the Next date of service [...]]]></description>
			<content:encoded><![CDATA[<p>I have created a microsoft access 2007 database to record computer servicing days. I want once I put the date I have serviced the computer on the Date of Service filed, the database to calculate automatically 6 months as the Due date of next service and store the value on the Next date of service field. How do I do this.<br />
<br />Bad design.  Don&#8217;t store a value that can be calculated.</p>
<p>Instead, have a query that does it.  Something like:</p>
<p>NEXT SERVICE: [ServiceDate]+180</p>
<p>And format it to date.  When you run a query, it will show when the next service is due.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/how-to-calculate-next-date-after-based-on-the-input-date-in-microsoft-access/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How can I pull data from a microsoft access database into an IPhone developement environment?</title>
		<link>http://www.childidaccess.com/microsoft-access/how-can-i-pull-data-from-a-microsoft-access-database-into-an-iphone-developement-environment</link>
		<comments>http://www.childidaccess.com/microsoft-access/how-can-i-pull-data-from-a-microsoft-access-database-into-an-iphone-developement-environment#comments</comments>
		<pubDate>Mon, 07 Nov 2011 04:06:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/how-can-i-pull-data-from-a-microsoft-access-database-into-an-iphone-developement-environment</guid>
		<description><![CDATA[Currently I have an XCode setup but Im willing to try new IDEs if necessary. 
Basically i&#8217;m looking for any way to connect straight with microsoft access database from an iphone or ipad application.
Use SQLite to solve software problems quickly for embedded systems, mobile applications, web applications and desktop applications. Use it to design smart [...]]]></description>
			<content:encoded><![CDATA[<p>Currently I have an XCode setup but Im willing to try new IDEs if necessary. </p>
<p>Basically i&#8217;m looking for any way to connect straight with microsoft access database from an iphone or ipad application.<br />
<br />Use SQLite to solve software problems quickly for embedded systems, mobile applications, web applications and desktop applications. Use it to design smart data structures, and write complex data manipulation with just a few lines of SQL.</p>
<p>SQLite gives you the full power of SQL in an embedded database. It can be dynamically linked (.so or .dll) or statically linked (.o or .a) into your application and it is about 300 kbytes in size. It is as easy to program as POSIX primitives fopen/fclose/fread/fwrite.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/how-can-i-pull-data-from-a-microsoft-access-database-into-an-iphone-developement-environment/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I create a new log in Microsoft Access?</title>
		<link>http://www.childidaccess.com/microsoft-access/how-do-i-create-a-new-log-in-microsoft-access</link>
		<comments>http://www.childidaccess.com/microsoft-access/how-do-i-create-a-new-log-in-microsoft-access#comments</comments>
		<pubDate>Thu, 11 Aug 2011 10:28:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/how-do-i-create-a-new-log-in-microsoft-access</guid>
		<description><![CDATA[I want to keep all of the current entries in my microsoft Access log. Is there a way I can create a new log with all the same entry options. Basically I just want to reset the records back down to 1 instead of 50,000. Of course I need to keep the old log as [...]]]></description>
			<content:encoded><![CDATA[<p>I want to keep all of the current entries in my microsoft Access log. Is there a way I can create a new log with all the same entry options. Basically I just want to reset the records back down to 1 instead of 50,000. Of course I need to keep the old log as a reference.<br />
<br />create a copy of the existing table, records -everything.. (right click and copy / then paste a new name &#8211; (on the options &#8211; CHOOSE STRUCTURE AND DATA.. make sure you choose data, else there will be an empty table..)<br />
now once you are sure that you have a good copy(open it to make sure),<br />
empty the old table, remove the records completely &#8211; just delete everything ( &#8211; make sure it&#8217;s the old table and not the new one!!).<br />
Now run a compact / repair from the tools menu<br />
The records wil now run from 1.<br />
You can now start fresh with a new log table knowing you have a backup of the old stuff..<br />
You can also create a copy of the entire database as a second option &#8211; just to be sure.. (you can tell i have been traumatised by this before!! ..lol )<br />
HTH</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/how-do-i-create-a-new-log-in-microsoft-access/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I find out tenure in Microsoft access?</title>
		<link>http://www.childidaccess.com/microsoft-access/how-do-i-find-out-tenure-in-microsoft-access</link>
		<comments>http://www.childidaccess.com/microsoft-access/how-do-i-find-out-tenure-in-microsoft-access#comments</comments>
		<pubDate>Wed, 10 Aug 2011 03:37:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/how-do-i-find-out-tenure-in-microsoft-access</guid>
		<description><![CDATA[I have created a query and I need to find out how to figure out the tenure in a column. I am using Microsoft access 2007. The table is Employees , and the field is [DateofHire]. I need to use the current date to figure it all out. Im so lost! Can someone help me [...]]]></description>
			<content:encoded><![CDATA[<p>I have created a query and I need to find out how to figure out the tenure in a column. I am using Microsoft access 2007. The table is Employees , and the field is [DateofHire]. I need to use the current date to figure it all out. Im so lost! Can someone help me with this???? Thanks in advanced<br />
@Gardner I understand that but what do I punch in? Like I need the code! Thanks<br />
<br />The DateDiff function can tell you how many years, months, days, hours, whatever have passed between two dates/times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/how-do-i-find-out-tenure-in-microsoft-access/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is a good textbook or method of training for Microsoft Access 2007?</title>
		<link>http://www.childidaccess.com/microsoft-access/what-is-a-good-textbook-or-method-of-training-for-microsoft-access-2007</link>
		<comments>http://www.childidaccess.com/microsoft-access/what-is-a-good-textbook-or-method-of-training-for-microsoft-access-2007#comments</comments>
		<pubDate>Sun, 07 Aug 2011 12:20:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/what-is-a-good-textbook-or-method-of-training-for-microsoft-access-2007</guid>
		<description><![CDATA[I am realizing how useless my english degree is and I need to market myself a little better, so I want to familiarize myself with Microsoft Access and eventually take a certification test.  Any recommendations?  Im not looking to lay down a bunch of money on formal courses.  I just need some [...]]]></description>
			<content:encoded><![CDATA[<p>I am realizing how useless my english degree is and I need to market myself a little better, so I want to familiarize myself with Microsoft Access and eventually take a certification test.  Any recommendations?  Im not looking to lay down a bunch of money on formal courses.  I just need some books or training software that is a little more indepth than access for dummies.<br />
<br />You can&#8217;t go wrong with any of the O&#8217;Reilly books. More than just a Dummies book. Well written, detailed info and always updated to the latest version of Access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/what-is-a-good-textbook-or-method-of-training-for-microsoft-access-2007/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to generate a unique number on microsoft access?</title>
		<link>http://www.childidaccess.com/microsoft-access/how-to-generate-a-unique-number-on-microsoft-access</link>
		<comments>http://www.childidaccess.com/microsoft-access/how-to-generate-a-unique-number-on-microsoft-access#comments</comments>
		<pubDate>Thu, 04 Aug 2011 18:28:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/how-to-generate-a-unique-number-on-microsoft-access</guid>
		<description><![CDATA[I want to create a registration on microsoft access. And this will allow students to join.. The registration should include:
Checking that they are old enough to join (I know how to do this)
The generation of a unique username, which combines letters from the student&#8217;s name with a sequential number that is always one more than [...]]]></description>
			<content:encoded><![CDATA[<p>I want to create a registration on microsoft access. And this will allow students to join.. The registration should include:</p>
<p>Checking that they are old enough to join (I know how to do this)</p>
<p>The generation of a unique username, which combines letters from the student&#8217;s name with a sequential number that is always one more than the highest currently in use &#8212; How do you do this???</p>
<p>Any advice would be extremely helpful!<br />
<br />Use an autonumber column, but be careful because that will keep going up, even if you delete records.  (you can lower it by using the Compact and Repair in Access though)</p>
<p>Check this out:<br />
http://office.microsoft.com/en-us/access-help/create-or-remove-a-primary-key-HA010014099.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/how-to-generate-a-unique-number-on-microsoft-access/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I restrict Data in microsoft Access?</title>
		<link>http://www.childidaccess.com/microsoft-access/how-do-i-restrict-data-in-microsoft-access</link>
		<comments>http://www.childidaccess.com/microsoft-access/how-do-i-restrict-data-in-microsoft-access#comments</comments>
		<pubDate>Sun, 31 Jul 2011 14:34:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/how-do-i-restrict-data-in-microsoft-access</guid>
		<description><![CDATA[I am new to Microsoft Access and taking online class. I have a database for a school. I need to only allow certain teachers to be able to click a beginners check box. How would I do this.
You&#8217;re going to have to set up your database so that it requires logging in with a userid [...]]]></description>
			<content:encoded><![CDATA[<p>I am new to Microsoft Access and taking online class. I have a database for a school. I need to only allow certain teachers to be able to click a beginners check box. How would I do this.<br />
<br />You&#8217;re going to have to set up your database so that it requires logging in with a userid and password if you&#8217;re going to restrict access to features. Otherwise, there&#8217;s no way that Access knows whether to block a person or not. Set you up a table with user accounts and then with your form use the Dlookup to grab the password to verify it&#8217;s the right person. Then for the form where this check box is, you could really do it several wasy. one way could be to make it where that check box is not visible unless they are a certain person. Or you could have the check mark reject certain names if they click it. All of this is tied directly back to the user log on process. As I said, without that, you have no way of controlling who clicks the box and who doesn&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/how-do-i-restrict-data-in-microsoft-access/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do i remove duplicates from Microsoft access?</title>
		<link>http://www.childidaccess.com/microsoft-access/how-do-i-remove-duplicates-from-microsoft-access</link>
		<comments>http://www.childidaccess.com/microsoft-access/how-do-i-remove-duplicates-from-microsoft-access#comments</comments>
		<pubDate>Wed, 27 Jul 2011 13:34:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/how-do-i-remove-duplicates-from-microsoft-access</guid>
		<description><![CDATA[I am trying to use Microsoft access to connect multiple tables to create a query. My task is to use 2 tables to create a schedule showing what day and time a game is on, who the home team is, and who the coach is of the home team. However, it&#8217;s duplicating the game days [...]]]></description>
			<content:encoded><![CDATA[<p>I am trying to use Microsoft access to connect multiple tables to create a query. My task is to use 2 tables to create a schedule showing what day and time a game is on, who the home team is, and who the coach is of the home team. However, it&#8217;s duplicating the game days and time to show the away team coach. </p>
<p>Basically, how do i restrict the query to not show the schedule for away games?<br />
<br />Very easily.</p>
<p>Run the find duplicates query wizard. When it gives you the results just delete them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/how-do-i-remove-duplicates-from-microsoft-access/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Will a Microsoft Access Doc work with OpenOffice database?</title>
		<link>http://www.childidaccess.com/microsoft-access/will-a-microsoft-access-doc-work-with-openoffice-database</link>
		<comments>http://www.childidaccess.com/microsoft-access/will-a-microsoft-access-doc-work-with-openoffice-database#comments</comments>
		<pubDate>Tue, 17 May 2011 03:23:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/will-a-microsoft-access-doc-work-with-openoffice-database</guid>
		<description><![CDATA[I have some homework to do in Microsoft Access but I dont have Access on my home computer. I do have OpenOffice. Im guessing it should work but knowing Microsoft it wont.
yes but read all the documentation on open office site first
]]></description>
			<content:encoded><![CDATA[<p>I have some homework to do in Microsoft Access but I dont have Access on my home computer. I do have OpenOffice. Im guessing it should work but knowing Microsoft it wont.<br />
<br />yes but read all the documentation on open office site first</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/will-a-microsoft-access-doc-work-with-openoffice-database/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to use Microsoft access database from two computers at the same time?</title>
		<link>http://www.childidaccess.com/microsoft-access/how-to-use-microsoft-access-database-from-two-computers-at-the-same-time</link>
		<comments>http://www.childidaccess.com/microsoft-access/how-to-use-microsoft-access-database-from-two-computers-at-the-same-time#comments</comments>
		<pubDate>Wed, 11 May 2011 12:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[microsoft access]]></category>

		<guid isPermaLink="false">http://www.childidaccess.com/microsoft-access/how-to-use-microsoft-access-database-from-two-computers-at-the-same-time</guid>
		<description><![CDATA[i have made an application on microsoft access, but i need to access it from two computers over a network at the same time. how do i do that? is it possible?
You need to put the database on a server, along with the server side of your applications, and then write a client side of [...]]]></description>
			<content:encoded><![CDATA[<p>i have made an application on microsoft access, but i need to access it from two computers over a network at the same time. how do i do that? is it possible?<br />
<br />You need to put the database on a server, along with the server side of your applications, and then write a client side of the applications that runs on multiple client machines that talks to the server. That&#8217;s how products like Microsoft Exchange do it (and Exchange uses a database format similar to that of Access).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.childidaccess.com/microsoft-access/how-to-use-microsoft-access-database-from-two-computers-at-the-same-time/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

