<?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>Access Tutorials &#187; Basics</title>
	<atom:link href="http://www.accesstutorials.org/category/basics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.accesstutorials.org</link>
	<description>Learn to Build and Use Access Databases</description>
	<lastBuildDate>Mon, 17 Mar 2008 16:37:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Automatically Create Database Documentation</title>
		<link>http://www.accesstutorials.org/how-to-automatically-create-database-documentation.html</link>
		<comments>http://www.accesstutorials.org/how-to-automatically-create-database-documentation.html#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:05:54 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://www.accesstutorials.org/how-to-automatically-create-database-documentation.html</guid>
		<description><![CDATA[A database contains information, specific designed queries and tables, customized reports, and even user menus, and if you ever need to capture the details of how a specific database was built you can ask the system to provide you these details. This is called database documentation and Access can provide this automatically. And you can [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->A <a href="http://www.accesstutorials.org/how-to-create-a-simple-access-database.html">database </a>contains information, specific designed queries and tables, customized reports, and even user menus, and if you ever need to capture the details of how a specific database was built you   can ask the system to provide you these details.  This is called database documentation and Access can provide this automatically. And you can print   this to keep as a back up or save it for future reference and use.  In this short tutorial, I will show you the steps to run this function.</p>
<ol>
<li>Make sure the desired database is open and go to Database Tools>Database Documenter and the “Documenter” pop up window box will appear.</li>
<li>Next, click the “All Object Type” tab and click the “Seelct All” button to highlight all the records and their appropriate design and customization.  Next hit the OK button.</li>
<li>Now, you can view the documentation on your screen.  It&#8217;s probably going to be a large file so you may not want to print such a massive file.  You can export it and save it as a pdf file to peruse online or save it normally and access it later.</li>
</ol>
<p><em>Well done! You can look really smart showing all this documentation to anyone who wants to learn the specifics of your Access database.</em></p>
<p><!--adsense#chitika--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesstutorials.org/how-to-automatically-create-database-documentation.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Custom Design a Report in Access</title>
		<link>http://www.accesstutorials.org/how-to-custom-design-a-report-in-access.html</link>
		<comments>http://www.accesstutorials.org/how-to-custom-design-a-report-in-access.html#comments</comments>
		<pubDate>Tue, 05 Feb 2008 07:17:23 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://www.accesstutorials.org/basics/how-to-custom-design-a-report-in-access.html</guid>
		<description><![CDATA[One of the great features of Access is dealing efficiently with large amounts of data. Access has functions that lets you analyze and sort specific chunks of data without having to deal with all the raw data sometimes when a query isn&#8217;t enough. The same holds true for reports, you can design reports that fit [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->One   of the great features of Access is dealing efficiently with large amounts of data.  Access has functions that lets you analyze and sort specific chunks of data without having to deal with all the raw data sometimes when a query isn&#8217;t enough.  The same holds true for reports, you can design reports that fit your needs.  You can specify what subset of data to print and which data to ignore.  In this tutorial, I will show you how easy it is to create your own custom design reports that actually print what you need.<br />
&nbsp;</p>
<p>Go 	to Start&gt;Programs&gt;Microsoft 	Access to open the program.  Go to 	File&gt;Open 	and find the database named “Customer Listing.”  The database 	will open in the table view, which looks like an Excel spreadsheet.  	From the “Objects” menu on the left hand side of your screen, 	click on “Reports,” and the select the option “Create report 	by using wizard.”</p>
<p>&nbsp;</p>
<p>Next, 	select the “Tables/Queries List” arrow, click on “Query: 	Selection Quantities,” then click Category within the “Available 	Fields” and hit the  “Select Single Field” button.  Next, 	select the following field titles, “FirstName, LastName and 	OrganizationName” &#8211; you want to custom design a report that only 	prints these pieces of data, and click Next.</p>
<p>&nbsp;</p>
<p>Now, 	select “first sort order list” arrow and click “Category.”    	Then click Next.</p>
<p>&nbsp;</p>
<p>In 	this step, ensure that the “Tabular” layout and “Portrait” 	orientation options are selected.  Next, select “Corporate” 	style and hit Next.  Finally, we’ll name 	the report, “Customer Key Information” and click on the “Preview 	the report” button, and hit Finish.  Next, you&#8217;ll see the preview 	of the report.</p>
<p>&nbsp;<br />
Great Job! You created a report that fits your business needs in less than five minutes.</p>
<p><!--adsense#chitika--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesstutorials.org/how-to-custom-design-a-report-in-access.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Simple Access Database</title>
		<link>http://www.accesstutorials.org/how-to-create-a-simple-access-database.html</link>
		<comments>http://www.accesstutorials.org/how-to-create-a-simple-access-database.html#comments</comments>
		<pubDate>Tue, 05 Feb 2008 07:16:25 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://www.accesstutorials.org/basics/how-to-create-a-simple-access-database.html</guid>
		<description><![CDATA[If you&#8217;re still running your business from your shuffle of papers maybe is time to automate everything and shred the papers. With Microsoft Access, you can create a central place where you can place all your paper information. For example, you probably have clients or customers in your business, so why not create an electronic [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->If you&#8217;re still running your business from your shuffle of papers maybe is time to automate everything and shred the papers.  With Microsoft Access, you can create a central place where you can place all your paper information.  For example, you probably have clients or customers in your business, so why not create an electronic database that will allow you to save all of their information, create reports, add records, and print mailing labels.  All of this is really easy with Microsoft Access.  Here are a few easy steps to help create a simple database to get you started.<br />
&nbsp;</p>
<p>Before 	starting, make sure you have all the paper files organized and ready 	to be entered so that you don&#8217;t waste any time shuffling through 	papers, and also on a piece of paper write out the information that 	you want to enter for the customers – for example, you can specify 	name, address, telephone number, e-mail address, regular order#, etc 	because in Access you design the specific areas that you want to 	cover.  The information   categories can be as broad or specific as 	you need them to be.  When you&#8217;re ready, go to 	Start&gt;Programs&gt;Microsoft Access 	to open the program.</p>
<p>&nbsp;</p>
<p>Next, 	a pop up window box named “Microsoft Access” will appear.  	Select the first option “Blank Access database” and click OK.  	In the next step, you need to give your database a name in this 	example we&#8217;ll call it, “Customer Listing,” and then you need to 	specify a location where you will save it, and select “Create.”  	From the “Objects” menu on the left hand side of your screen, 	click on “Table,” and the select the option “Create table by 	using wizard.” – with Table Wizard the program will walk you 	through the most important steps in creating an Access database.</p>
<p>&nbsp;</p>
<p>Now 	you&#8217;re in the Table Wizard pop up window, so in here you will 	specify if you database will be for personal or business purposes, 	then you will select the function of the database and finally its 	sections or “fields.”  For this example, first click on 	“Business,” then select “Customers” under “Sample Tables,” 	then select the “Sample Fields” (remember these are the actual 	sections that you want to enter for each customer.  Under “Sample 	Fields,” please select MailingListID (an automatic number that is 	attached to the specific record), “Prefix, First Name, MiddleName, 	LastName, Title, OrganizationName, Address.” And then select the 	button with the  &gt;sign  to move these sample fields to the new 	database table that you&#8217;re creating.  And click Next.</p>
<p>&nbsp;</p>
<p>In 	this pop up window box, give your table a 	name, for exmple, you can call it “Customer Listing” and then 	click “Yes, set a primary key for me option button” (selecting 	this option will allow Access to pick one section or field, usually 	the first field you selected, in this example, it would be 	“MailingListID” and making it a primary key field).  A primary 	key field is just a record that is unique.  Click Next.</p>
<p>&nbsp;</p>
<p>In 	the next window, you could select “Modify the table design option 	button” to view   the table sections and modify the view of your 	table.  But for the purposes of this tutorial, we&#8217;re not going to 	select this, so go ahead and hit Finish.</p>
<p>&nbsp;</p>
<p>Now, 	exit out and open the newly created database called “Customer 	Roaster.”  Go to File&gt;Open, 	and find the file name “Customer Listing.”  It will open in 	table format, which looks like a regular Excel spreadsheet. Now you 	can enter all the paper information that you have ready.  Once 	you&#8217;re down just make sure you save the file.  To enter new records 	in this mode, simply click on “New Record Button” (the button 	has a little triangle pointing to a start symbol) and use the tab 	key to move across fields.</p>
<p>&nbsp;<br />
Congratulations! You have just created a simple database in Microsoft Access.<br />
&nbsp;</p>
<p><!--adsense#chitika--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesstutorials.org/how-to-create-a-simple-access-database.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

