Hello kevinchiem!!
I must start talking a little about MS Excel´s lists or databases.
In order to create a list in Excel one first row must be introduced in
which the content of each column is described. Then you will introduce
in the following rows each one of the data. These rows constitute the
registries of the database or list. Ecxel can perform two main
operations with this data: Sort and Edit. Other operations that can be
made are to make a filter to obtain a new sublist just by the students
who fulfill conditions or for finding subtotals of the fields that are
desired.
These functions are own of an application of databases management,
nevertheless it exists a fundamental difference between Excel and an
database application: Excel basically only can have a list in each
sheet and it cannot establish relationships between these lists.
In the terminology of the database applications, which Excel calls
list or database denominates table. And the set of all the tables with
its relationships is what it really constitutes the database.
For a better management of the information and to reduce the number of
data, the tables are related. For example, if you desire to have lists
with the students of each subjet, instead of including the full name
in the list of each subjet, it will be enough with storing the
student-card number of the students of each subjet. These card number
serves to establish a relation between the table that contains the
student profiles and the tables of each subject.
A table is a collection of data with the same structure. If the data
is arranged in a spreadsheet, a column always has the same data type,
for example a card number, a name, etc. Each table consists of a
certain number of fields, in each one a data is stored, this data can
be numerical, alphanumeric, date, etc.
A field is a single column of a table, and the name of the column is
the name of the field.
A registry is each one of the rows of the table, and is formed by the
data of each one of the fields stored in a same operation.
Access as a relational database manager allows the simultaneous use of
data coming from more than a single table.
In order to be able to relate tables to each other a common field
will be specified that it contains the same value in the two tables
and this field will be the major key in one of them.
The tables are related from two to two, where one of them will be the
main table from which the relation originates and the other will be
the secondary table destiny of the relation.
The kind of relationship that Microsoft Access creates depends on how
the related fields are defined:
· A one-to-many relationship is created if only one of the related
fields is a primary key or has a unique index.
· A one-to-one relationship is created if both of the related fields
are primary keys or have unique indexes.
· A many-to-many relationship is really two one-to-many relationships
with a third table whose primary key consists of two fields - the
foreign keys from the two other tables.
After you've created Relationships you can create queries, forms, and
reports to display information from several tables at once.
Access offers the ability to answer questions. The answer to these
questions, and many more are found in the database, and Access can
find the answers quickly. When you pose a question to Access, the
question is called a query. A query is simply a question represented
in a way that Access can understand.
You use queries to view, change, and analyze data in different ways.
You can also use them as the source of records for forms and reports.
The most common type of query is a select query. A select query
retrieves data from one or more tables using criteria you specify, and
then displays it in the order
you want.
The Expressions in Queries is used to create a computed fields in
queries. To include computed field in queries, you enter a name for
the computed field, a colon, and then the expression in one of the
columns in the Field row. For example to calculate Total Price, you
would type
Total Price:[Price]*[Quantity].
You can type this directly in the Field row. You most likely will not
be
able to see the entire entry, because the Field row is not large
enough. To avoid this, select the column in the Field row, right-click
to display the shortcut menu, and then click Zoom. The zoom dialog box
displays where you can type the expression.
The computations you can do are addition (+), subtraction (-),
multiplication (*), or division (/). You can use parentheses in you
computation to indicate which computation should be done first.
I recommend you to visit the following pages that will provide you
very nice tutorials and explanations:
"BATS (Baseline Access, Training and Support)": It is a California
State University initiative to provide all students, faculty, and
staff training in the uses of baseline hardware and software systems,
and ongoing professional and technical support for utilization of
computer resources at San Diego State University.
http://www-rohan.sdsu.edu/~bats/
"BATS Handouts" page:
http://www-rohan.sdsu.edu/~bats/PDF/pdfhandouts.html
To download the Access database files for practice of the following
lessons/handouts, please click:
http://www-rohan.sdsu.edu/~bats/PDF/ACCESS_DBS/access_dbs.html
"Introduction to MS Access II: Relationships & Queries"
http://www-rohan.sdsu.edu/~bats/PDF/Students/Access/Access2.pdf
-----------------------------------------------------------------
Another places to visit are
"Microsoft Access Tutorial - FunctionX":
http://www.functionx.com/access/
"Simon Fraser University MS Access Tutorials":
http://mis.bus.sfu.ca/tutorials/MSAccess/tutorials.html
"Washington State University - Land Grane Training Alliance - Online
Access 97 Lessons":
http://cru.cahe.wsu.edu/training/Access97/
"Google Search Results page of Access and tutorial":
://www.google.com/search?q=access+tutorial&hl=en&lr=&ie=UTF-8&start=0&sa=N
I hope this helps you, if you need some clarification, please post a
Request of Answer Clarification.
I hope this helps you.
Regards
livioflores-ga |