• توجه: در صورتی که از کاربران قدیمی ایران انجمن هستید و امکان ورود به سایت را ندارید، میتوانید با آیدی altin_admin@ در تلگرام تماس حاصل نمایید.

آموزش کامل Access 2007-EN

A M I R

کاربر ويژه
[h=2]Exploring an Access Database



[h=5]To Open and Close the Navigation Pane:


  • Click the Shutter Bar Button on the right side of the Navigation Pane.
ac07_shutter.gif



  • The Navigation Pane appears as a single column when it is collapsed.
ac07_closed.gif



 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database



[h=3]Parts of a Database

A Microsoft Access database is made up of several components including tables, forms, queries, and reports. These

components are called database objects. One or more of these objects are formed when a database is created, and

all the objects appear in the Navigation Pane. To make the database easier to navigate, beginning Access users may

want to reorder the objects in the Navigation Pane.



 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database



[h=5]To Change how Objects are Ordered in the Navigation Pane:


  • Click the drop-down arrow at the top of the Navigation Pane to see the ordering options.
ac07_navigationorder.gif





  • Select a menu option. The Navigation Pane will appear reordered based on your selection.

If you are new to databases, arranging the objects by type in the Navigation Pane is usually a

good idea. This will group tables, forms, queries, and reports in individual groups in the pane.





 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database


[h=5]To Expand or Collapse a Group:


  • Click any downward pointing double arrow to expand a group so that all objects are displayed.



  • Click any upward pointing double arrow to collapse a group and hide all the objects.

ac07_display.gif


 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database




[h=3]Parts of a Database (cont.)


A database is made up of several components, or objects. These objects include:



  • tables
  • queries
  • forms
  • reports

We'll look at each of these objects in more detail in later lessons, but you can access them from the Navigation Pane like you can with tables.







 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database


[h=5]Tables
A table is the database object that contains the basic information you wish to store. A

blue and white icon represents the table in the Navigation Pane.



ac07_table.gif




In the Customer Info table below, there are columns, or fields, of information including title and author. Each

row is a record that contains the information specific to the fields listed.



ac07_table2.gif

 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database



[h=5]Queries
Another database object is called a query. A query allows you to retrieve information from one

or more tables based on a set of search conditions you define using the table fields.



For example, if you want to know the name of the books that have sold in Colorado and Kansas, you

could create a query that would retrieve information from multiple tables to determine the answer. In


this example, you would retrieve information from the Order table and Books table. Queries are covered in more detail in later lessons.





 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database


[h=5]Forms
A third database object is the form. Forms are an Access tool that users can create to make data entry in database tables easier.


Entering data directly into a table can be difficult if there is a lot of information to enter. Like an Excel

spreadsheet, an Access table is essentially a screen filled with blank rows where a user

enters records. Forms, however, provide users with an easy-to-read interface where they can

enter table data. Forms are especially useful for Access users that aren’t comfortable working with databases.





 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database


[h=5]Reports
The final database object is the report. A report is an effective way to analyze and present data using

a specific layout. The text can be formatted in an Access report, just like it can be in Word documents.



 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database


[h=5]To Close an Object:


  • Select the tab for the object you wish to close. (The highlighted tab is the active tab).
  • Right-click the tab and select Close from the menu.

ac07_closeobject.gif



Close Object



 

A M I R

کاربر ويژه
[h=2]Exploring an Access Database


[h=3]Challenge!


See if you can answer these questions:



  • Where is the Ribbon in the Access window?



  • Where is the Navigation Pane located?


  • What is the purpose of each of the four objects in an Access database?




 

A M I R

کاربر ويژه
[h=2]Thinking about Database Design


[h=3]Introduction

ac07_lesson3_design.gif




The first step in creating a database is to think about why you need it -- what is its purpose? Once you

know that, you can begin designing your own database. Ask yourself questions like: What kinds of information

will it store? How will I have to break that information down, so it can be stored in my database? How will I

use the data once it's in there?



This lesson will walk you through the steps of database design, using a bookstore scenario. You will

determine the purpose
of the database, and plan the tables and fields you will need for a very simple bookstore database


 

A M I R

کاربر ويژه
[h=2]Thinking about Database Design


[h=3]Designing a Database
[h=5]The Ready-2-Read Bookstore Scenario
The best way to learn about designing a database is to jump right into the process. Let's pretend

we work for the Ready-2-Read bookstore and we need to build a database for the store to use. Let's

think about what we might need the database to do for us.





The following diagram shows that we have customers, and we sell books via orders, both in the store and online.


ac07_ready2read_diagram.gif




The store needs a way to keep track of these things.




 

A M I R

کاربر ويژه
[h=2]Thinking about Database Design


[h=5]Determine the Purpose of the Database
The first step of designing a database is to determine the purpose of the database. What do we need it to do?



At Ready-2-Read, our customers will place orders for books. At the very least, we will want our

database to track the books we sell, the customers we sell them to, and the date of each of the orders.



ac07_purpose.gif




The database will also be able to tell us where our customers live when we need to send them books or

coupons. Additionally, we can use it to track our sales or to make a bestseller list to post in the store.














 

A M I R

کاربر ويژه
[h=2]Thinking about Database Design


[h=5]Plan Database Tables
Once you have established the purpose, you can begin brainstorming about how to break the information

up into the tables that your database will need to store the data. Recall that a table is a collection of

records
and each record is broken up into the smallest pieces of needed information, called fields.



Since we are planning a database to track our customers, the books we have, and the orders our

customers place, we will need a table for each one of these.

ac07_plan_tables.gif



TIP: Keep your database usable to others by giving your tables simple, easy to understand names.



 

A M I R

کاربر ويژه
[h=2]Thinking about Database Design


[h=5]Plan Table Fields

Once you know what tables you need, the next step is deciding what fields belong in each table. Remember

that fields are the smallest chunk of information in any record.



Let's look at our Ready-2-Read bookstore example again. There will be several fields in our Customers

table. We'll obviously want their first name and last name. We'll also need an address if we need

to send the customer his order. Email will be necessary if we need to contact the customer when

there is an issue with their order.



ac07_plan_customer.gif


We will also need several fields in the Books table. Title and Author make sense for books. We'll need a

Price for each book. Category will help us know what type of books sell the best, so we can order more

books that fit into that category.



ac07_plan_books.gif



The Orders table will have fewer fields. We'll need this table to track the Customer who is placing the

order, the Book the customer is ordering, and the Date the order is placed.


ac07_plan_order.gif



Don't worry if your plan doesn't include every possible field you may need. Access lets you add fields to tables any time you think you need another one!
 

A M I R

کاربر ويژه
[h=2]Thinking about Database Design


[h=3]Challenge!
Imagine you want to use a database at your new coffee shop. Plan your database:



  • What would you want to track with your database?



  • What database tables would you need?


  • What fields will be in each database table?


 

A M I R

کاربر ويژه
[h=2]Setting up Tables and Fields


[h=3]Introduction
ac07_lesson4_tables_fields.gif



Now that we have a handle on what the database should look like, we need to work on setting up our tables and the fields within those tables.

This lesson will walk you through the steps of setting up a database in Access 2007. You will be setting up tables

according to the plan for our bookstore scenario. You will also be setting up the fields for each table, including

establishing what data types can be entered in a given field.



 

A M I R

کاربر ويژه
[h=2]Setting up Tables and Fields



[h=3]
[h=3]Setting Up Tables and Fields

[h=3]Creating a New Database with Access

When you launch Access 2007, you will see the Getting Started window.


In the left pane, the template categories including the featured local templates are listed, as well as the

categories on Office Online. Templates are pre-built databases focused on a specific task that you

can download and use immediately.




You will also see the New Blank Database option that allows you to build your own database from scratch.


ac07_getting_started.gif




When you choose the New Blank Database option at the top of this window, you will be prompted to rename

the database from the default name, which is Database1.accdb. Rename the database whatever you would

like the name to be. In the example below, we named the database Ready2Read since that is the name

of the store in our scenario.



ac07_create_database.gif



Click Create to finish naming the database.










 

A M I R

کاربر ويژه
[h=2]Setting up Tables and Fields



[h=3]Setting up Tables

The new database opens with one table showing as a default. It also defaults to naming this table Table1 in

both the Navigation Pane, and the Table tab itself. You will want to name your tables based on your database design plan.



ac07_table_default.gif


 
بالا