Microsoft Access Tutorial  Hot PDF Print E-mail
Tag it:
Delicious
Furl it!
Digg
NewsVine
Reddit
YahooMyWeb
Technorati
Articles Reviews Microsoft Access
Written by Adi Bach   
Friday, 01 September 2006
Article Index
Microsoft Access Tutorial  Hot
Queries
Creating A Database
Tables
Creating Tables
Queries
Forms In Microsoft Access
Reports In Microsoft Access
Data Access Pages
Controlling The User's Input
Subdatasheets
Designing Forms
Exploring And Analyzing Data
Tables Looks
Design And Exploration
Forms Design Propertie
Controlling Data Output
Microsoft Access Controls
Design And Improvements
Importing And Exporting Data
Macros
Switchboards

Microsoft Access is a relational database used on desktop computers to manage information on different levels for different purposes.Microsoft Access can be used for personal information management, in a small business toorganize and manage all data, or in an enterprise to communicate with servers.



A database is an organized collection of data. Organization means method, it assumes discipline, it also anticipates efficient manner in using that information. Unless you are creating small applications for your personal use (and I don't think you are exclusively doing just that), you will usually need to share your data either with other people (users, DB developers, etc) or other machines.

To make your job easier, Microsoft Access provides in one package the database information and the tools you need to use your database.

To be organized, you will divide your database in different related parts. The method of management you will use makes Microsoft Access a Database Management System.When you create a database in Microsoft Access, you create a database file that will include  different parts of your database. These are referred to as tables, queries, forms, reports, etc.

Access Database Table

 

 

 

 

 

 

 

 

 

 

 

 

 

 

From here, you can click an icon to access a specific category, referred to as objects. Microsoft Access keeps different details about your database in different formats. If you click the Tables button under the Objects button, you get to the Tables category.

Microsoft Access Table



 

 

 

 

 

 

 

This is the central point of your development, because all data is stored in tables. The functioning of your database relies on how you design your tables. For better organization, you will have various tables in your database, each for a different purpose. For example, for a video club application, you would use one table to store employees information, another table to store customers records, yet another table to list different video tapes (their titles, ratings, actors names), etc. A table is made of rows and columns. A row is considered a Record, it is a group of details about one specific item of the table. It could contain a customer's name, his phone number, his member ID, his work number, his marital status, etc.

A column is a field representing one particular category of information about the records in the table. For example, it would hold the names of all actors in a particular movie, another column would hold the titles of different movies in the video store.



Last Updated ( Friday, 02 January 2009 )
 
< Prev