<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8522158913136652382</id><updated>2011-12-13T17:13:49.171-08:00</updated><category term='Basic'/><title type='text'>Tips Microsoft Access</title><subtitle type='html'>Quickly start tracking, reporting, and sharing information with database</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tips-ms-access.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8522158913136652382/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tips-ms-access.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Nanang Suryana</name><uri>https://profiles.google.com/112662581827126854693</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-fM4jryqykmg/AAAAAAAAAAI/AAAAAAAAAAA/mGzY-DvVrh8/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8522158913136652382.post-5904644879288110887</id><published>2009-09-23T20:40:00.000-07:00</published><updated>2009-09-23T20:42:44.469-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Basic'/><title type='text'>Tables and relationships</title><content type='html'>To store your data, you create one table for each type of information that you track. Types of information might include customer information, products, and order details. To bring the data from multiple tables together in a query, form, or report, you define relationships between the tables.&lt;br /&gt;&lt;br /&gt;&lt;img style="width: 255px; height: 320px;" src="http://3.bp.blogspot.com/_-nQfPsfB_KE/SrrqgxOnRDI/AAAAAAAACoY/3fVqbCfUVuY/s320/db-relation.gif" alt="" id="BLOGGER_PHOTO_ID_5384874153166193714" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1&lt;/span&gt; Customer information that once existed in a mailing list now resides in the Customers table.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2&lt;/span&gt; Order information that once existed in a spreadsheet now resides in the Orders table.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3&lt;/span&gt; A unique ID, such as a Customer ID, distinguishes one record from another within a table. By adding one table's unique ID field to another table and defining a relationship between the two fields, Access can match related records from both tables so that you can bring them together in a form, report, or query.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8522158913136652382-5904644879288110887?l=tips-ms-access.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tips-ms-access.blogspot.com/feeds/5904644879288110887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8522158913136652382&amp;postID=5904644879288110887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8522158913136652382/posts/default/5904644879288110887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8522158913136652382/posts/default/5904644879288110887'/><link rel='alternate' type='text/html' href='http://tips-ms-access.blogspot.com/2009/09/tables-and-relationships.html' title='Tables and relationships'/><author><name>Nanang Suryana</name><uri>https://profiles.google.com/112662581827126854693</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-fM4jryqykmg/AAAAAAAAAAI/AAAAAAAAAAA/mGzY-DvVrh8/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-nQfPsfB_KE/SrrqgxOnRDI/AAAAAAAACoY/3fVqbCfUVuY/s72-c/db-relation.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8522158913136652382.post-5448398733280007840</id><published>2009-09-23T20:36:00.000-07:00</published><updated>2009-09-23T20:39:35.281-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Basic'/><title type='text'>Access database files</title><content type='html'>You can use Access to manage all of your information in one file. Within an Access database file, you can use:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;     Tables to store your data.&lt;/li&gt;&lt;li&gt;     Queries to find and retrieve just the data that you want.&lt;/li&gt;&lt;li&gt;     Forms to view, add, and update data in tables.&lt;/li&gt;&lt;li&gt;     Reports to analyze or print data in a specific layout.&lt;/li&gt;&lt;/ul&gt;&lt;img style="width: 221px; height: 320px;" src="http://3.bp.blogspot.com/_-nQfPsfB_KE/Srrp22dHsxI/AAAAAAAACoQ/ytMfEs-H2d4/s320/db-file1.gif" alt="" id="BLOGGER_PHOTO_ID_5384873433014711058" border="0" /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1&lt;/span&gt; Store data once in one table, but view it from multiple locations. When you update the data, it's automatically updated everywhere it appears.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2&lt;/span&gt; Retrieve data by using a query.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3&lt;/span&gt; View or enter data by using a form.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4&lt;/span&gt; Display or print data by using a report.&lt;br /&gt;&lt;br /&gt;All of these items — tables, queries, forms, and reports — are database objects (database objects: An Access database contains objects such as tables, queries, forms, reports, pages, macros, and modules. An Access project contains objects such as forms, reports, pages, macros, and modules.).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Note:&lt;/span&gt; Some Access databases contain links to tables that are stored in other databases. For example, you may have one Access database that contains nothing but tables, and another Access database that contains links to those tables, as well as queries, forms, and reports that are based on the linked tables. In most cases, it does not matter whether a table is a linked table or actually stored in the database.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8522158913136652382-5448398733280007840?l=tips-ms-access.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tips-ms-access.blogspot.com/feeds/5448398733280007840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8522158913136652382&amp;postID=5448398733280007840' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8522158913136652382/posts/default/5448398733280007840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8522158913136652382/posts/default/5448398733280007840'/><link rel='alternate' type='text/html' href='http://tips-ms-access.blogspot.com/2009/09/access-database-files.html' title='Access database files'/><author><name>Nanang Suryana</name><uri>https://profiles.google.com/112662581827126854693</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-fM4jryqykmg/AAAAAAAAAAI/AAAAAAAAAAA/mGzY-DvVrh8/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-nQfPsfB_KE/Srrp22dHsxI/AAAAAAAACoQ/ytMfEs-H2d4/s72-c/db-file1.gif' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8522158913136652382.post-6739286271733151732</id><published>2008-05-27T18:09:00.001-07:00</published><updated>2009-09-23T20:33:45.162-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Basic'/><title type='text'>What are these objects?</title><content type='html'>When you create a database, &lt;span style="font-weight: bold; font-style: italic;"&gt;Access&lt;/span&gt; offers you &lt;span style="font-weight: bold;"&gt;Tables&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Queries&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Forms&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Reports&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Macros&lt;/span&gt;, and &lt;span style="font-weight: bold;"&gt;Modules&lt;/span&gt;. Here's a quick overview of what these are and when to use them.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 32px; height: 29px;" src="http://2.bp.blogspot.com/_-nQfPsfB_KE/Srrn7EktohI/AAAAAAAACoI/aRTybl0uZnc/s320/table.gif" alt="" id="BLOGGER_PHOTO_ID_5384871306500874770" border="0" /&gt;&lt;span style="font-weight: bold;"&gt;Tables&lt;/span&gt;. All data is stored in tables. When you create a new table, Access asks you define fields (column headings), giving each a unique name, and telling Access the data type. Use the "Text" type for most data, including numbers that don't need to be added e.g. phone numbers or postal codes. Using Wizards, Access will walk you through the process of creating common tables such as lists of names and addresses. Once you have defined a table's structure, you can enter data. Each new row that you add to the table is called a record. To define relationships between tables, click Database Tools | Relationships in Access 2007, or choose Relationships from the Tools menu in Access 95, 97, 2000, or choose Relationships from the Edit menu (Access 1, 2).&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 32px; height: 25px;" src="http://2.bp.blogspot.com/_-nQfPsfB_KE/Srrm3G3F1bI/AAAAAAAACn4/7KefCuO_orA/s320/query.gif" alt="" id="BLOGGER_PHOTO_ID_5384870138883724722" border="0" /&gt;&lt;span style="font-weight: bold;"&gt;Queries&lt;/span&gt;. Use a query to find or operate on the data in your tables. With a query, you can display the records that match certain criteria (e.g. all the members called "Barry"), sort the data as you please (e.g. by Surname), and even combine data from different tables. You can edit the data displayed in a query (in most cases), and the data in the underlying table will change. Special queries can also be defined to make wholesale changes to your data, e.g. delete all members whose subscriptions are 2 years overdue, or set a "State" field to "WA" wherever postcode begins with 6.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 32px; height: 31px;" src="http://2.bp.blogspot.com/_-nQfPsfB_KE/Srrm1TAYXvI/AAAAAAAACnY/qCy1OnLCmCY/s320/form.gif" alt="" id="BLOGGER_PHOTO_ID_5384870107784175346" border="0" /&gt;&lt;span style="font-weight: bold;"&gt;Forms&lt;/span&gt;. These are screens for displaying data from and inputting data into your tables. The basic form has an appearance similar to an index card: it shows only one record at a time, with a different field on each line. If you want to control how the records are sorted, define a query first, and then create a form based on the query. If you have defined a one-to-many relationship between two tables, use the "Subform" Wizard to create a form which contains another form. The subform will then display only the records matching the one on the main form.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 28px; height: 31px;" src="http://4.bp.blogspot.com/_-nQfPsfB_KE/Srrn6kWBGJI/AAAAAAAACoA/usVzAE6pzQ0/s320/report.gif" alt="" id="BLOGGER_PHOTO_ID_5384871297849301138" border="0" /&gt;&lt;span style="font-weight: bold;"&gt;Reports&lt;/span&gt;. If forms are for input, then reports are for output. Anything you plan to print deserves a report, whether it is a list of names and addresses, a financial summary for a period, or a set of mailing labels. Again the Access Wizards walk you through the process of defining reports.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 45px; height: 44px;" src="http://1.bp.blogspot.com/_-nQfPsfB_KE/Srrm2hIqwFI/AAAAAAAACnw/Mx4c_FdQDR8/s320/pages.gif" alt="" id="BLOGGER_PHOTO_ID_5384870128756899922" border="0" /&gt;&lt;span style="font-weight: bold;"&gt;Pages (Access 2000 - 2003)&lt;/span&gt;. Use pages to enter or display data via Internet. Pages are stored as HTML files, with data read from and written to the database. Michael Kaplan has published a free utility to convert Access forms and reports into Data Access Pages. Pages are deprecated in Access 2007.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 29px; height: 29px;" src="http://2.bp.blogspot.com/_-nQfPsfB_KE/Srrm15EiYxI/AAAAAAAACng/E_Kl10cuanM/s320/macro.gif" alt="" id="BLOGGER_PHOTO_ID_5384870118002156306" border="0" /&gt;&lt;span style="font-weight: bold;"&gt;Macros&lt;/span&gt;. An Access Macro is a script for doing some job. For example, to create a button which opens a report, you could use a macro which fires off the "OpenReport" action. Macros can also be used to set one field based on the value of another (the "SetValue" action), to validate that certain conditions are met before a record saved (the "CancelEvent" action) etc. Each line of a macro performs some action, and the bottom half of the macro screen provides the details of how the action is to apply.&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 35px; height: 34px;" src="http://4.bp.blogspot.com/_-nQfPsfB_KE/Srrm2YWSv5I/AAAAAAAACno/XyZlu9NpelA/s320/module.gif" alt="" id="BLOGGER_PHOTO_ID_5384870126398128018" border="0" /&gt;&lt;span style="font-weight: bold;"&gt;Modules&lt;/span&gt;. This is where you write your own functions and programs if you want to. Everything that can be done in a macro can also be done in a module, but you don't get the Macro interface that prompts you what is needed for each action. Modules are far more powerful, and are essential if you plan to write code for a multi-user environment, since macros cannot include error handling. Most serious Access users start out with macros to get a feel for things, but end up using modules almost exclusively. On the other hand, if your needs are simple, you may never need to delve into the depths of Access modules.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8522158913136652382-6739286271733151732?l=tips-ms-access.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tips-ms-access.blogspot.com/feeds/6739286271733151732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8522158913136652382&amp;postID=6739286271733151732' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8522158913136652382/posts/default/6739286271733151732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8522158913136652382/posts/default/6739286271733151732'/><link rel='alternate' type='text/html' href='http://tips-ms-access.blogspot.com/2008/05/tips-microsoft-access.html' title='What are these objects?'/><author><name>Nanang Suryana</name><uri>https://profiles.google.com/112662581827126854693</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-fM4jryqykmg/AAAAAAAAAAI/AAAAAAAAAAA/mGzY-DvVrh8/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_-nQfPsfB_KE/Srrn7EktohI/AAAAAAAACoI/aRTybl0uZnc/s72-c/table.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8522158913136652382.post-4009191515514218502</id><published>2008-05-26T20:33:00.000-07:00</published><updated>2009-09-23T20:35:01.266-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Basic'/><title type='text'>Understand the basics of an Access database</title><content type='html'>A database is a collection of information that is related to a particular subject or purpose, such as tracking customer orders or maintaining a music collection. If your database isn't stored on a computer, or only parts of it are, you may be tracking information from a variety of sources that you must coordinate and organize.&lt;br /&gt;&lt;br /&gt;For example, suppose the phone numbers of your suppliers are stored in various locations: in a card file containing supplier phone numbers, in product information files in a file cabinet, and in a spreadsheet containing order information. If a supplier's phone number changes, you might have to update that information in all three places. In a well-designed Access database, the phone number is stored just once, so you only have to update that information in one place. As a result, when you update a supplier's phone number, it is automatically updated wherever you use it in the database.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8522158913136652382-4009191515514218502?l=tips-ms-access.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tips-ms-access.blogspot.com/feeds/4009191515514218502/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8522158913136652382&amp;postID=4009191515514218502' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8522158913136652382/posts/default/4009191515514218502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8522158913136652382/posts/default/4009191515514218502'/><link rel='alternate' type='text/html' href='http://tips-ms-access.blogspot.com/2008/05/understand-basics-of-access-database.html' title='Understand the basics of an Access database'/><author><name>Nanang Suryana</name><uri>https://profiles.google.com/112662581827126854693</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh3.googleusercontent.com/-fM4jryqykmg/AAAAAAAAAAI/AAAAAAAAAAA/mGzY-DvVrh8/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry></feed>
