SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Downloaden Sie, um offline zu lesen
INTRODUCTION
 ACCESS 2010
Overview of Ms. Access 2010
 Microsoft Access is a computer application used
  to create and manage databases.
 Access Databases can store any type of
   information: numbers, text, and pictures.
 Access makes it easy to build a full user
   interface for the database.
 In Microsoft Access 2010, you can build web
   databases and publish them to a SharePoint
   site.
Overview of Ms. Access 2010
 Backstage view grants you access to all the
  commands that apply to an entire database,
  such as:
 − Compact and repair.
 − Commands from the File menu.
 The Quick Access Toolbar
 The ribbon replaces the menus and toolbars
  from previous versions.
 The Navigation Pane replaces and extends the
  functionality of the Database window.
Backstage View
 Access’s backstage view lets you concentrate
  on other tasks that don’t involve entering or
  editing data. These tasks include
 − Creating a new database.
 − Converting the database to a different format.
 − Printing part of its contents, and changing
   Access settings.
 − Compact, repair, and encrypt database file.
Backstage View
Backstage View
 Recent: Shows a list of the databases you have
  opened recently.
 New: Shows ways to create a new database.
 Print: Print the selected object, only command
  in Backstage View.
 Save & Publish: save the database in another
  format, publish the database to the Web, or
  package your database to be installed on other
  computers.
Backstage View
 Help:    Displays online help, activation
  information, and the version of Access you are
  running.
 Options: Displays the Access Options dialog
  box, which enables you to configure the Access
  program, including customizing the Ribbon and
  Quick Access toolbar.
 Exit: Closes the database and exits from Access.
The Ribbon
 The ribbon is a super-toolbar that replaces the
  various toolbars.
 It’s organized into four tabs: Home, Create,
  External Data, and Database tools.
The Ribbon
 Using the Ribbon with the Keyboard: The trick
  is to use keyboard accelerators, a series of
  keystrokes that starts with the Alt key.
 Before trigger a specific command, you must
  select the right tab. Every accelerator requires
  at least two key presses after you press the Alt
  key.
The Quick Access Toolbar
 A small toolbar immediately above the left end
  of the Ribbon called the Quick Access toolbar, it
  includes three of the most commonly used
  buttons in Access:
 − Save: Saves changes to the current object.
 − Undo: Undoes the last undo able action.
 − Redo: Redoes the last redo able action.
 You can customize Quick Access toolbar by
  remove commands you don’t use and can add
  your own favorites.
The Navigation Pane
 The Navigation pane is the table of
 contents for the database. From it, you
 can open any table, query, form, report,
 macro in the database
 By  right-clicking objects in the
 Navigation pane, you can open the
 object in an alternate view, change the
 name, copy, delete, import or export an
 object, hide or display an object, and
 view the object’s properties.
Access Database
 Access is a relational database management
    system (RDBMS), stores data in related tables.
   Access database is a collection of information
    that is organized into a list and stored in the
    tables.
   Data in Access include text, number, picture, …
   Access Database contains database objects:
    Tables, Queries, Forms, Reports, Macros,
    Modules.
   In Access 2010, the database is stored in a file
    (.accdb).
Access Database objects
− Tables store information. Tables are the heart of
    any database.
−   Queries let you quickly perform an action on a
    table.
−   Forms provide an easy way to view or change the
    information in a table.
−   Reports help you print some or all of the
    information in a table.
−   Macros are mini-programs that automate custom
    tasks.
−   Modules are files that contain Visual Basic code.
Tables
 Tables are the primary data in an Access database,
  They store information of an object.
 The data in the table is organized into rows and
  columns.
 − Rows are called records, each record defines a
   single object.
 − Columns are called fields, each field represents
   one type of information associated with object.
 − Each field includes many properties that specify
   the type of data contained within the field.
The Primary Key
 Table’s primary key is a field (or a combination
  of fields) that’s unique for each record. Every
  table should have a primary key.
 The purpose of a primary key is to prevent
  duplicate records.
 The selection of a primary key is one of the
  most critical decisions you’ll make in the design
  of a new database. The most important
  constraint is that you must ensure that the
  selected key is unique.
The Foreign key
 Foreign key is the fields that its value in a
  related table that corresponds to the primary
  key value of the related record.
 Example: Table of Customers and a table of
  Orders.
 − The CustomerID is the primary key for the
   Customer table.
 − The CustomerID field in the Orders table is the
   foreign key. There its a Foreign Key
   referencing the Customer record.
Relationships
 Relational databases support three of different
  types of relationships between tables, all
  designed to enforce the concept of referential
  integrity.
 − One-to-one relationships occur when there is
    exactly one record in TableA that corresponds
    to exactly one record in TableB.
   Example: EmployeeID in Employees Table and
   EmployeeID in Employees CV Table.
Relationships
− One-to-many relationships occur when each
  record in TableA may have many linked
  records in TableB but each record in TableB
  may have only one corresponding record in
  TableA.
  Example: CustomerID in the Customers table
  and the CustomerID in the Orders table.
− Many-to-many relationships occur when
  each record in TableA may have many linked
  records in TableB and vice-versa.
Create a blank new database
 In backstage view, the New command and
  Blank Database option already selected.
 In the File Name box, type File Name       for
  the database you’re about to    create.
 Choose a folder to store Database file by click
  Browse button.
 Click Create button.
 Access window changes:
 − The ribbon appears at the top of your screen
 − Navigation pane shows up on the left.
Create a blank new database
 Access creates the database with an empty
  table named Table1, and then opens Table1 in
  Datasheet view. The cursor is placed in the first
  empty cell in the Add New Field column.
Create a database by using a
template
 In the Getting Started Screen, Select the
  Template Source.
 − If use a template on your local system, scroll
    through the top section of the window.
 − Otherwise, you can select one of the
    Office.com template categories to browse
    templates available on the web.
 In File Name box: type Database name and
  select the folder to store Database file
 Click Create button.
Opening Databases
 The standard approach is to choose File➝Open,
  and then to browse for your database file, select
  it, and click Open.
 Opening Recent Databases:
 − You can find the most recently opened
    databases in Access’s Recent Databases list.
 − To see this list, just choose File Recent.
Opening Databases
 Opening a Database Created in an Older Version
  of Access:
 File➝Open command to open an Access
  database that somebody created with a
  previous version of Access.
 If an Access 2002-2003 file, you don’t get any
  notification or warning. Access keeps the
  current format.
 With an Access 2000 file, if change the design of
  the database, the new parts you add may not be
  accessible in Access 2000.
Overlapping Windows
 In Access 2010, the object window displayed in
  a tabbed window. You can get back to the
  overlapping windows by:
 − Choose File ➝ Options. The Access Options
    window appears.
 − Choose Current Database.
 In the Document Windows Options setting,
  choose Overlapping Windows or Tabbed
  Windows Click OK.
 Close and open your database so the new
  setting takes effect.
Securing the Database
 Password-Protecting Your Database
 − ChooseFile➝Open.
 − To apply a password, you need to open your
   database in Exclusive mode.
   Select the file you want to open, click the
     drop down arrow on the Open button
   Choose Open Exclusive. Access opens the
     database in Exclusive mode.
 − ChooseFile  Info and click Encrypt with
   Password.
Securing the Database
 Access asks you to supply a password.
 Enter your password and then click OK.




 If you decide later that you don’t need
  password protection, choose FileInfo and
  click Decrypt Database.
Diagnosing Corrupt Databases
 Once you identify that a database is corrupted,
  the compact and repair feature, which cleans up
  a host of problems and shrinks large, bloated
  databases back to more reasonable sizes.
 To use this feature, open your database in
  Exclusive mode, and then choose File  Info
  and click Compact & Repair Database.
Importing
 Importable File Types:
 − Excel:    Pulls the data from an Excel
   spreadsheet.
 − Access: Instead, you’re taking a database
   object from another Access database file, and
   copying it into the current database.
 − Text File: Pulls the data out of a plain text file.
 − XML File: Pulls the data out of a structured
   XML file.
Importing
 Importing Data:
 − In the ribbon’s External Data  Import & Link
     section.
 −   Click the button that corresponds to the type
     of file you want to import.
 −   When you choose a format, Access launches
     the Import wizard.
 −   Enter the name of the file you want to import.
 −   Choose where to place the imported content
     in your database.
Importing
    Create a new table. This option creates a
     new table for the data you’re importing.
  Append to an existing table. This option
     takes the rows you’re importing and adds
     them to an existing table.
  Create a linked table. This approach,
     Access doesn’t actually transfer the
     information into your database.
− Click OK.
Importing
 Importing from an Excel File
 − Choose External Data  Import & Link.
 − Click Excel, choose Excel file, and then specify
   how you want to add the imported data to
   database  Click OK.
 − Choose the worksheet that contains data
   Click Next.
 − If Excel data has a row with column headings,
   then choose First Row Contains Column
   Headings  Next.
Importing
− For each field, choose a field name, the data
  type, and whether the field should be indexed,
  click Next.
− Choose the field to create the primary key.
− In the “Import to Table” text box, type the
  name of the table you want to create or add
  your records to.
− Click Finish to finalize your choices.
Exporting
 Exportable File Types
 − Excel. Puts the data into the cells of an Excel
     worksheet.
 −   Text File. Dumps the data into a plain text file.
 −   XML File. Saves the data in a text .xml file,
     without any formatting.
 −   PDF or XPS. Creates a print-ready PDF file
     with the exact formatting.
 −   Access. Transfers the Access table (or a
     different type of object) to another Access
     database file.
Exporting
 Exporting Data
 − In the navigation pane, select the table you
   want to export.
 − Click the button that corresponds to the type
   of file you want to export. When choose a
   format, Access launches the Export wizard.
 − Enter the name of the file you want to create.
 − If want to keep the formatting that’s in your
   database, then choose “Export data with
   formatting and layout”.
Exporting
− If you want to double-check your exported
  document, then choose “Open the destination
  file after the export operation is complete.
− If you’ve selected only a few records in a table,
  then choose “Export only the selected
  records”.
− Click OK to perform the export.
− If want to perform this export again later on,
  select “Save export steps” click Close.

Weitere ähnliche Inhalte

Was ist angesagt?

Class viii ch-4 working with queries
Class  viii ch-4 working with queriesClass  viii ch-4 working with queries
Class viii ch-4 working with queriesjessandy
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPTokmomwalking
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access pptanuj
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksskomadina
 
Microsoft Excel 2016 Basics Course contents
Microsoft Excel 2016 Basics Course contentsMicrosoft Excel 2016 Basics Course contents
Microsoft Excel 2016 Basics Course contentsAnil Kumar
 
PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |Umesh Kumar
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access TutorialvirtualMaryam
 
ms excel presentation...
ms excel presentation...ms excel presentation...
ms excel presentation...alok1994
 
Introduction to Excel
Introduction to ExcelIntroduction to Excel
Introduction to ExcelNajma Alam
 
Conditional formatting in excel v2
Conditional formatting in excel v2Conditional formatting in excel v2
Conditional formatting in excel v2m182348
 

Was ist angesagt? (20)

Ms access
Ms accessMs access
Ms access
 
Ms access
Ms accessMs access
Ms access
 
Class viii ch-4 working with queries
Class  viii ch-4 working with queriesClass  viii ch-4 working with queries
Class viii ch-4 working with queries
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access ppt
 
Ms excel
Ms excelMs excel
Ms excel
 
Access 2007
Access 2007Access 2007
Access 2007
 
Ms access
Ms accessMs access
Ms access
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
MS Excel
MS ExcelMS Excel
MS Excel
 
Ms access 2010
Ms access 2010Ms access 2010
Ms access 2010
 
Microsoft Excel 2016 Basics Course contents
Microsoft Excel 2016 Basics Course contentsMicrosoft Excel 2016 Basics Course contents
Microsoft Excel 2016 Basics Course contents
 
PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
 
ms excel presentation...
ms excel presentation...ms excel presentation...
ms excel presentation...
 
Introduction to Excel
Introduction to ExcelIntroduction to Excel
Introduction to Excel
 
My Sql Work Bench
My Sql Work BenchMy Sql Work Bench
My Sql Work Bench
 
Conditional formatting in excel v2
Conditional formatting in excel v2Conditional formatting in excel v2
Conditional formatting in excel v2
 
Sql server T-sql basics ppt-3
Sql server T-sql basics  ppt-3Sql server T-sql basics  ppt-3
Sql server T-sql basics ppt-3
 
Tableau Prep.pptx
Tableau Prep.pptxTableau Prep.pptx
Tableau Prep.pptx
 

Andere mochten auch

Ms access 2010 lesson 3 (Interface)
Ms access 2010 lesson 3 (Interface)Ms access 2010 lesson 3 (Interface)
Ms access 2010 lesson 3 (Interface)teng113
 
Mobile Electronic LQAS to Monitor Polio Immunization
Mobile Electronic LQAS to Monitor Polio ImmunizationMobile Electronic LQAS to Monitor Polio Immunization
Mobile Electronic LQAS to Monitor Polio ImmunizationMagpi
 
Microsoft Access 2010 - a jargon free guide
Microsoft Access 2010 - a jargon free guideMicrosoft Access 2010 - a jargon free guide
Microsoft Access 2010 - a jargon free guidePaul Barnett
 
New Perspectives: Access.04
New Perspectives: Access.04New Perspectives: Access.04
New Perspectives: Access.04Anna Stirling
 
New Perspectives: Access.05
New Perspectives: Access.05New Perspectives: Access.05
New Perspectives: Access.05Anna Stirling
 
Starting ms access 2010
Starting ms access 2010Starting ms access 2010
Starting ms access 2010Bryan Corpuz
 
Manual de microsoft office access 2010
Manual de microsoft office access 2010Manual de microsoft office access 2010
Manual de microsoft office access 2010Javier Condori Flores
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excelsam ran
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMridul Bansal
 
Digital Banking Strategy Roadmap - 3.24.15
Digital Banking Strategy Roadmap - 3.24.15Digital Banking Strategy Roadmap - 3.24.15
Digital Banking Strategy Roadmap - 3.24.15Calvin Turner
 

Andere mochten auch (12)

Ms access 2010 lesson 3 (Interface)
Ms access 2010 lesson 3 (Interface)Ms access 2010 lesson 3 (Interface)
Ms access 2010 lesson 3 (Interface)
 
Ms access 2007
Ms access 2007Ms access 2007
Ms access 2007
 
Mobile Electronic LQAS to Monitor Polio Immunization
Mobile Electronic LQAS to Monitor Polio ImmunizationMobile Electronic LQAS to Monitor Polio Immunization
Mobile Electronic LQAS to Monitor Polio Immunization
 
Microsoft Access 2010 - a jargon free guide
Microsoft Access 2010 - a jargon free guideMicrosoft Access 2010 - a jargon free guide
Microsoft Access 2010 - a jargon free guide
 
New Perspectives: Access.04
New Perspectives: Access.04New Perspectives: Access.04
New Perspectives: Access.04
 
New Perspectives: Access.05
New Perspectives: Access.05New Perspectives: Access.05
New Perspectives: Access.05
 
Starting ms access 2010
Starting ms access 2010Starting ms access 2010
Starting ms access 2010
 
Manual de microsoft office access 2010
Manual de microsoft office access 2010Manual de microsoft office access 2010
Manual de microsoft office access 2010
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 
Digital Banking Strategy Roadmap - 3.24.15
Digital Banking Strategy Roadmap - 3.24.15Digital Banking Strategy Roadmap - 3.24.15
Digital Banking Strategy Roadmap - 3.24.15
 

Ähnlich wie 001.general

INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxINTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxmariuse18nolet
 
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docxAccess Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docxannetnash8266
 
Access_lab_manual06.pdf
Access_lab_manual06.pdfAccess_lab_manual06.pdf
Access_lab_manual06.pdfAditya Kumar
 
Microsoft access 2007 tutorial
Microsoft access 2007 tutorialMicrosoft access 2007 tutorial
Microsoft access 2007 tutorialGhazali_MFP
 
Phpmyadmin administer mysql
Phpmyadmin administer mysqlPhpmyadmin administer mysql
Phpmyadmin administer mysqlMohd yasin Karim
 
Access PPT Lesson 01-REVISED.ppt
Access PPT Lesson 01-REVISED.pptAccess PPT Lesson 01-REVISED.ppt
Access PPT Lesson 01-REVISED.pptMagdalaRodriguez1
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms accessjigeno
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1jigeno
 
access1.ppt
access1.pptaccess1.ppt
access1.pptmayada34
 
Access2003
Access2003Access2003
Access2003mrh1222
 
Access2003
Access2003Access2003
Access2003tanik363
 
2.3.1 creating database, table and relationship on Access 2003
2.3.1 creating database, table and relationship on Access 20032.3.1 creating database, table and relationship on Access 2003
2.3.1 creating database, table and relationship on Access 2003Steven Alphonce
 
Pks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcsPks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcsKALAISELVI P
 
Introduction to database with ms access.hetvii
Introduction to database with ms access.hetviiIntroduction to database with ms access.hetvii
Introduction to database with ms access.hetvii07HetviBhagat
 
Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)07HetviBhagat
 
MS Access and Database Fundamentals
MS Access and Database FundamentalsMS Access and Database Fundamentals
MS Access and Database FundamentalsAnanda Gupta
 

Ähnlich wie 001.general (20)

INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxINTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
 
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docxAccess Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
Access Assignments Complete List1. Acc 2 Bank Database2. Acc.docx
 
Access_lab_manual06.pdf
Access_lab_manual06.pdfAccess_lab_manual06.pdf
Access_lab_manual06.pdf
 
Microsoft access 2007 tutorial
Microsoft access 2007 tutorialMicrosoft access 2007 tutorial
Microsoft access 2007 tutorial
 
Understanding Microsoft Access
Understanding Microsoft AccessUnderstanding Microsoft Access
Understanding Microsoft Access
 
Phpmyadmin administer mysql
Phpmyadmin administer mysqlPhpmyadmin administer mysql
Phpmyadmin administer mysql
 
Access PPT Lesson 01-REVISED.ppt
Access PPT Lesson 01-REVISED.pptAccess PPT Lesson 01-REVISED.ppt
Access PPT Lesson 01-REVISED.ppt
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
 
Access2007 part1
Access2007 part1Access2007 part1
Access2007 part1
 
access1.ppt
access1.pptaccess1.ppt
access1.ppt
 
Access2003
Access2003Access2003
Access2003
 
Access2003
Access2003Access2003
Access2003
 
2.3.1 creating database, table and relationship on Access 2003
2.3.1 creating database, table and relationship on Access 20032.3.1 creating database, table and relationship on Access 2003
2.3.1 creating database, table and relationship on Access 2003
 
My tableau
My tableauMy tableau
My tableau
 
Pks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcsPks ms access unit 4_bcomcs
Pks ms access unit 4_bcomcs
 
Introduction to database with ms access.hetvii
Introduction to database with ms access.hetviiIntroduction to database with ms access.hetvii
Introduction to database with ms access.hetvii
 
Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)
 
MS Access Training
MS Access TrainingMS Access Training
MS Access Training
 
Ms access
Ms accessMs access
Ms access
 
MS Access and Database Fundamentals
MS Access and Database FundamentalsMS Access and Database Fundamentals
MS Access and Database Fundamentals
 

Mehr von Học Huỳnh Bá

BÀI GIẢNG NGỮ PHÁP TIẾNG ANH NGÀNH GIA CÔNG SẢN XUẤT
BÀI GIẢNG NGỮ PHÁP TIẾNG ANH NGÀNH GIA CÔNG SẢN XUẤTBÀI GIẢNG NGỮ PHÁP TIẾNG ANH NGÀNH GIA CÔNG SẢN XUẤT
BÀI GIẢNG NGỮ PHÁP TIẾNG ANH NGÀNH GIA CÔNG SẢN XUẤTHọc Huỳnh Bá
 
Civil aviation english chinese-vietnamese vocabulary (popular language) - từ ...
Civil aviation english chinese-vietnamese vocabulary (popular language) - từ ...Civil aviation english chinese-vietnamese vocabulary (popular language) - từ ...
Civil aviation english chinese-vietnamese vocabulary (popular language) - từ ...Học Huỳnh Bá
 
Tell about a girl boy that you interested in
Tell about a girl boy that you interested inTell about a girl boy that you interested in
Tell about a girl boy that you interested inHọc Huỳnh Bá
 
Thư xin đi xe đón nhân viên shuttle transport service proposal letter (chine...
Thư xin đi xe đón nhân viên shuttle transport service proposal  letter (chine...Thư xin đi xe đón nhân viên shuttle transport service proposal  letter (chine...
Thư xin đi xe đón nhân viên shuttle transport service proposal letter (chine...Học Huỳnh Bá
 
Từ vựng chuyên ngành sản xuất giày da (tiếng trung việt) 鞋类常见词汇(汉语 - 越南语)
Từ vựng chuyên ngành sản xuất giày da (tiếng trung   việt) 鞋类常见词汇(汉语 - 越南语)Từ vựng chuyên ngành sản xuất giày da (tiếng trung   việt) 鞋类常见词汇(汉语 - 越南语)
Từ vựng chuyên ngành sản xuất giày da (tiếng trung việt) 鞋类常见词汇(汉语 - 越南语)Học Huỳnh Bá
 
Common shoe and footwear vocabulary (english chinese-vietnamese)鞋类常见词汇(英语、汉语、...
Common shoe and footwear vocabulary (english chinese-vietnamese)鞋类常见词汇(英语、汉语、...Common shoe and footwear vocabulary (english chinese-vietnamese)鞋类常见词汇(英语、汉语、...
Common shoe and footwear vocabulary (english chinese-vietnamese)鞋类常见词汇(英语、汉语、...Học Huỳnh Bá
 
Chinese email 高职高专院校英语能力测试a b级
Chinese email  高职高专院校英语能力测试a b级Chinese email  高职高专院校英语能力测试a b级
Chinese email 高职高专院校英语能力测试a b级Học Huỳnh Bá
 
English chinese business languages bec中级写作电子讲义
English   chinese business languages bec中级写作电子讲义English   chinese business languages bec中级写作电子讲义
English chinese business languages bec中级写作电子讲义Học Huỳnh Bá
 
Chinese english writing skill - 商务写作教程
Chinese english writing skill  - 商务写作教程Chinese english writing skill  - 商务写作教程
Chinese english writing skill - 商务写作教程Học Huỳnh Bá
 
Giấy báo thay đổi hộ khẩu, nhân khẩu
Giấy báo thay đổi hộ khẩu, nhân khẩuGiấy báo thay đổi hộ khẩu, nhân khẩu
Giấy báo thay đổi hộ khẩu, nhân khẩuHọc Huỳnh Bá
 
祈福英语实验学校入学申请表 Clifford school application form
祈福英语实验学校入学申请表 Clifford school application form祈福英语实验学校入学申请表 Clifford school application form
祈福英语实验学校入学申请表 Clifford school application formHọc Huỳnh Bá
 
LIST OF CHINESE & VIETNAMESE COLOR NAMES 表示颜色的英语&越南语词汇 DANH MỤC TỪ VỰNG VỀ MÀ...
LIST OF CHINESE & VIETNAMESE COLOR NAMES 表示颜色的英语&越南语词汇 DANH MỤC TỪ VỰNG VỀ MÀ...LIST OF CHINESE & VIETNAMESE COLOR NAMES 表示颜色的英语&越南语词汇 DANH MỤC TỪ VỰNG VỀ MÀ...
LIST OF CHINESE & VIETNAMESE COLOR NAMES 表示颜色的英语&越南语词汇 DANH MỤC TỪ VỰNG VỀ MÀ...Học Huỳnh Bá
 
Giáo án nghiệp vụ đàm thoại tiếng anh trong nhà trường
Giáo án nghiệp vụ đàm thoại tiếng anh trong nhà trườngGiáo án nghiệp vụ đàm thoại tiếng anh trong nhà trường
Giáo án nghiệp vụ đàm thoại tiếng anh trong nhà trườngHọc Huỳnh Bá
 
Giáo trình ms power point 2003
Giáo trình ms power point 2003Giáo trình ms power point 2003
Giáo trình ms power point 2003Học Huỳnh Bá
 
Giáo trình microsoft office excel 2003
Giáo trình microsoft office excel 2003Giáo trình microsoft office excel 2003
Giáo trình microsoft office excel 2003Học Huỳnh Bá
 
Giáo án dạy tiếng anh văn phòng
Giáo án dạy tiếng anh văn phòngGiáo án dạy tiếng anh văn phòng
Giáo án dạy tiếng anh văn phòngHọc Huỳnh Bá
 
Hợp đồng giảng dạy (mẫu)
Hợp đồng giảng dạy (mẫu)Hợp đồng giảng dạy (mẫu)
Hợp đồng giảng dạy (mẫu)Học Huỳnh Bá
 
Bảng tham chiếu quy đổi một số chứng chỉ ngoại ngữ
Bảng tham chiếu quy đổi một số chứng chỉ ngoại ngữBảng tham chiếu quy đổi một số chứng chỉ ngoại ngữ
Bảng tham chiếu quy đổi một số chứng chỉ ngoại ngữHọc Huỳnh Bá
 
Useful vocabulary for the resume and interview 英文简历及面试有用词汇 danh mục từ vựng a...
Useful vocabulary for the resume and interview 英文简历及面试有用词汇 danh mục từ vựng a...Useful vocabulary for the resume and interview 英文简历及面试有用词汇 danh mục từ vựng a...
Useful vocabulary for the resume and interview 英文简历及面试有用词汇 danh mục từ vựng a...Học Huỳnh Bá
 

Mehr von Học Huỳnh Bá (20)

BÀI GIẢNG NGỮ PHÁP TIẾNG ANH NGÀNH GIA CÔNG SẢN XUẤT
BÀI GIẢNG NGỮ PHÁP TIẾNG ANH NGÀNH GIA CÔNG SẢN XUẤTBÀI GIẢNG NGỮ PHÁP TIẾNG ANH NGÀNH GIA CÔNG SẢN XUẤT
BÀI GIẢNG NGỮ PHÁP TIẾNG ANH NGÀNH GIA CÔNG SẢN XUẤT
 
Civil aviation english chinese-vietnamese vocabulary (popular language) - từ ...
Civil aviation english chinese-vietnamese vocabulary (popular language) - từ ...Civil aviation english chinese-vietnamese vocabulary (popular language) - từ ...
Civil aviation english chinese-vietnamese vocabulary (popular language) - từ ...
 
Tell about a girl boy that you interested in
Tell about a girl boy that you interested inTell about a girl boy that you interested in
Tell about a girl boy that you interested in
 
Thư xin đi xe đón nhân viên shuttle transport service proposal letter (chine...
Thư xin đi xe đón nhân viên shuttle transport service proposal  letter (chine...Thư xin đi xe đón nhân viên shuttle transport service proposal  letter (chine...
Thư xin đi xe đón nhân viên shuttle transport service proposal letter (chine...
 
Từ vựng chuyên ngành sản xuất giày da (tiếng trung việt) 鞋类常见词汇(汉语 - 越南语)
Từ vựng chuyên ngành sản xuất giày da (tiếng trung   việt) 鞋类常见词汇(汉语 - 越南语)Từ vựng chuyên ngành sản xuất giày da (tiếng trung   việt) 鞋类常见词汇(汉语 - 越南语)
Từ vựng chuyên ngành sản xuất giày da (tiếng trung việt) 鞋类常见词汇(汉语 - 越南语)
 
Common shoe and footwear vocabulary (english chinese-vietnamese)鞋类常见词汇(英语、汉语、...
Common shoe and footwear vocabulary (english chinese-vietnamese)鞋类常见词汇(英语、汉语、...Common shoe and footwear vocabulary (english chinese-vietnamese)鞋类常见词汇(英语、汉语、...
Common shoe and footwear vocabulary (english chinese-vietnamese)鞋类常见词汇(英语、汉语、...
 
Chinese email 高职高专院校英语能力测试a b级
Chinese email  高职高专院校英语能力测试a b级Chinese email  高职高专院校英语能力测试a b级
Chinese email 高职高专院校英语能力测试a b级
 
English chinese business languages bec中级写作电子讲义
English   chinese business languages bec中级写作电子讲义English   chinese business languages bec中级写作电子讲义
English chinese business languages bec中级写作电子讲义
 
Chinese english writing skill - 商务写作教程
Chinese english writing skill  - 商务写作教程Chinese english writing skill  - 商务写作教程
Chinese english writing skill - 商务写作教程
 
Giấy báo thay đổi hộ khẩu, nhân khẩu
Giấy báo thay đổi hộ khẩu, nhân khẩuGiấy báo thay đổi hộ khẩu, nhân khẩu
Giấy báo thay đổi hộ khẩu, nhân khẩu
 
祈福英语实验学校入学申请表 Clifford school application form
祈福英语实验学校入学申请表 Clifford school application form祈福英语实验学校入学申请表 Clifford school application form
祈福英语实验学校入学申请表 Clifford school application form
 
LIST OF CHINESE & VIETNAMESE COLOR NAMES 表示颜色的英语&越南语词汇 DANH MỤC TỪ VỰNG VỀ MÀ...
LIST OF CHINESE & VIETNAMESE COLOR NAMES 表示颜色的英语&越南语词汇 DANH MỤC TỪ VỰNG VỀ MÀ...LIST OF CHINESE & VIETNAMESE COLOR NAMES 表示颜色的英语&越南语词汇 DANH MỤC TỪ VỰNG VỀ MÀ...
LIST OF CHINESE & VIETNAMESE COLOR NAMES 表示颜色的英语&越南语词汇 DANH MỤC TỪ VỰNG VỀ MÀ...
 
Giáo án nghiệp vụ đàm thoại tiếng anh trong nhà trường
Giáo án nghiệp vụ đàm thoại tiếng anh trong nhà trườngGiáo án nghiệp vụ đàm thoại tiếng anh trong nhà trường
Giáo án nghiệp vụ đàm thoại tiếng anh trong nhà trường
 
Giáo trình ms power point 2003
Giáo trình ms power point 2003Giáo trình ms power point 2003
Giáo trình ms power point 2003
 
Giáo trình microsoft office excel 2003
Giáo trình microsoft office excel 2003Giáo trình microsoft office excel 2003
Giáo trình microsoft office excel 2003
 
Giáo án dạy tiếng anh văn phòng
Giáo án dạy tiếng anh văn phòngGiáo án dạy tiếng anh văn phòng
Giáo án dạy tiếng anh văn phòng
 
Hợp đồng giảng dạy (mẫu)
Hợp đồng giảng dạy (mẫu)Hợp đồng giảng dạy (mẫu)
Hợp đồng giảng dạy (mẫu)
 
Bảng tham chiếu quy đổi một số chứng chỉ ngoại ngữ
Bảng tham chiếu quy đổi một số chứng chỉ ngoại ngữBảng tham chiếu quy đổi một số chứng chỉ ngoại ngữ
Bảng tham chiếu quy đổi một số chứng chỉ ngoại ngữ
 
Useful vocabulary for the resume and interview 英文简历及面试有用词汇 danh mục từ vựng a...
Useful vocabulary for the resume and interview 英文简历及面试有用词汇 danh mục từ vựng a...Useful vocabulary for the resume and interview 英文简历及面试有用词汇 danh mục từ vựng a...
Useful vocabulary for the resume and interview 英文简历及面试有用词汇 danh mục từ vựng a...
 
Bảng chữ cái hiragana
Bảng chữ cái hiraganaBảng chữ cái hiragana
Bảng chữ cái hiragana
 

001.general

  • 2. Overview of Ms. Access 2010  Microsoft Access is a computer application used to create and manage databases.  Access Databases can store any type of information: numbers, text, and pictures.  Access makes it easy to build a full user interface for the database.  In Microsoft Access 2010, you can build web databases and publish them to a SharePoint site.
  • 3. Overview of Ms. Access 2010  Backstage view grants you access to all the commands that apply to an entire database, such as: − Compact and repair. − Commands from the File menu.  The Quick Access Toolbar  The ribbon replaces the menus and toolbars from previous versions.  The Navigation Pane replaces and extends the functionality of the Database window.
  • 4. Backstage View  Access’s backstage view lets you concentrate on other tasks that don’t involve entering or editing data. These tasks include − Creating a new database. − Converting the database to a different format. − Printing part of its contents, and changing Access settings. − Compact, repair, and encrypt database file.
  • 6. Backstage View  Recent: Shows a list of the databases you have opened recently.  New: Shows ways to create a new database.  Print: Print the selected object, only command in Backstage View.  Save & Publish: save the database in another format, publish the database to the Web, or package your database to be installed on other computers.
  • 7. Backstage View  Help: Displays online help, activation information, and the version of Access you are running.  Options: Displays the Access Options dialog box, which enables you to configure the Access program, including customizing the Ribbon and Quick Access toolbar.  Exit: Closes the database and exits from Access.
  • 8. The Ribbon  The ribbon is a super-toolbar that replaces the various toolbars.  It’s organized into four tabs: Home, Create, External Data, and Database tools.
  • 9. The Ribbon  Using the Ribbon with the Keyboard: The trick is to use keyboard accelerators, a series of keystrokes that starts with the Alt key.  Before trigger a specific command, you must select the right tab. Every accelerator requires at least two key presses after you press the Alt key.
  • 10. The Quick Access Toolbar  A small toolbar immediately above the left end of the Ribbon called the Quick Access toolbar, it includes three of the most commonly used buttons in Access: − Save: Saves changes to the current object. − Undo: Undoes the last undo able action. − Redo: Redoes the last redo able action.  You can customize Quick Access toolbar by remove commands you don’t use and can add your own favorites.
  • 11. The Navigation Pane  The Navigation pane is the table of contents for the database. From it, you can open any table, query, form, report, macro in the database  By right-clicking objects in the Navigation pane, you can open the object in an alternate view, change the name, copy, delete, import or export an object, hide or display an object, and view the object’s properties.
  • 12. Access Database  Access is a relational database management system (RDBMS), stores data in related tables.  Access database is a collection of information that is organized into a list and stored in the tables.  Data in Access include text, number, picture, …  Access Database contains database objects: Tables, Queries, Forms, Reports, Macros, Modules.  In Access 2010, the database is stored in a file (.accdb).
  • 13. Access Database objects − Tables store information. Tables are the heart of any database. − Queries let you quickly perform an action on a table. − Forms provide an easy way to view or change the information in a table. − Reports help you print some or all of the information in a table. − Macros are mini-programs that automate custom tasks. − Modules are files that contain Visual Basic code.
  • 14. Tables  Tables are the primary data in an Access database, They store information of an object.  The data in the table is organized into rows and columns. − Rows are called records, each record defines a single object. − Columns are called fields, each field represents one type of information associated with object. − Each field includes many properties that specify the type of data contained within the field.
  • 15. The Primary Key  Table’s primary key is a field (or a combination of fields) that’s unique for each record. Every table should have a primary key.  The purpose of a primary key is to prevent duplicate records.  The selection of a primary key is one of the most critical decisions you’ll make in the design of a new database. The most important constraint is that you must ensure that the selected key is unique.
  • 16. The Foreign key  Foreign key is the fields that its value in a related table that corresponds to the primary key value of the related record.  Example: Table of Customers and a table of Orders. − The CustomerID is the primary key for the Customer table. − The CustomerID field in the Orders table is the foreign key. There its a Foreign Key referencing the Customer record.
  • 17. Relationships  Relational databases support three of different types of relationships between tables, all designed to enforce the concept of referential integrity. − One-to-one relationships occur when there is exactly one record in TableA that corresponds to exactly one record in TableB. Example: EmployeeID in Employees Table and EmployeeID in Employees CV Table.
  • 18. Relationships − One-to-many relationships occur when each record in TableA may have many linked records in TableB but each record in TableB may have only one corresponding record in TableA. Example: CustomerID in the Customers table and the CustomerID in the Orders table. − Many-to-many relationships occur when each record in TableA may have many linked records in TableB and vice-versa.
  • 19. Create a blank new database  In backstage view, the New command and Blank Database option already selected.  In the File Name box, type File Name for the database you’re about to create.  Choose a folder to store Database file by click Browse button.  Click Create button.  Access window changes: − The ribbon appears at the top of your screen − Navigation pane shows up on the left.
  • 20. Create a blank new database  Access creates the database with an empty table named Table1, and then opens Table1 in Datasheet view. The cursor is placed in the first empty cell in the Add New Field column.
  • 21. Create a database by using a template  In the Getting Started Screen, Select the Template Source. − If use a template on your local system, scroll through the top section of the window. − Otherwise, you can select one of the Office.com template categories to browse templates available on the web.  In File Name box: type Database name and select the folder to store Database file  Click Create button.
  • 22. Opening Databases  The standard approach is to choose File➝Open, and then to browse for your database file, select it, and click Open.  Opening Recent Databases: − You can find the most recently opened databases in Access’s Recent Databases list. − To see this list, just choose File Recent.
  • 23. Opening Databases  Opening a Database Created in an Older Version of Access:  File➝Open command to open an Access database that somebody created with a previous version of Access.  If an Access 2002-2003 file, you don’t get any notification or warning. Access keeps the current format.  With an Access 2000 file, if change the design of the database, the new parts you add may not be accessible in Access 2000.
  • 24. Overlapping Windows  In Access 2010, the object window displayed in a tabbed window. You can get back to the overlapping windows by: − Choose File ➝ Options. The Access Options window appears. − Choose Current Database.  In the Document Windows Options setting, choose Overlapping Windows or Tabbed Windows Click OK.  Close and open your database so the new setting takes effect.
  • 25. Securing the Database  Password-Protecting Your Database − ChooseFile➝Open. − To apply a password, you need to open your database in Exclusive mode.  Select the file you want to open, click the drop down arrow on the Open button  Choose Open Exclusive. Access opens the database in Exclusive mode. − ChooseFile  Info and click Encrypt with Password.
  • 26. Securing the Database  Access asks you to supply a password.  Enter your password and then click OK.  If you decide later that you don’t need password protection, choose FileInfo and click Decrypt Database.
  • 27. Diagnosing Corrupt Databases  Once you identify that a database is corrupted, the compact and repair feature, which cleans up a host of problems and shrinks large, bloated databases back to more reasonable sizes.  To use this feature, open your database in Exclusive mode, and then choose File  Info and click Compact & Repair Database.
  • 28. Importing  Importable File Types: − Excel: Pulls the data from an Excel spreadsheet. − Access: Instead, you’re taking a database object from another Access database file, and copying it into the current database. − Text File: Pulls the data out of a plain text file. − XML File: Pulls the data out of a structured XML file.
  • 29. Importing  Importing Data: − In the ribbon’s External Data  Import & Link section. − Click the button that corresponds to the type of file you want to import. − When you choose a format, Access launches the Import wizard. − Enter the name of the file you want to import. − Choose where to place the imported content in your database.
  • 30. Importing  Create a new table. This option creates a new table for the data you’re importing.  Append to an existing table. This option takes the rows you’re importing and adds them to an existing table.  Create a linked table. This approach, Access doesn’t actually transfer the information into your database. − Click OK.
  • 31. Importing  Importing from an Excel File − Choose External Data  Import & Link. − Click Excel, choose Excel file, and then specify how you want to add the imported data to database  Click OK. − Choose the worksheet that contains data Click Next. − If Excel data has a row with column headings, then choose First Row Contains Column Headings  Next.
  • 32. Importing − For each field, choose a field name, the data type, and whether the field should be indexed, click Next. − Choose the field to create the primary key. − In the “Import to Table” text box, type the name of the table you want to create or add your records to. − Click Finish to finalize your choices.
  • 33. Exporting  Exportable File Types − Excel. Puts the data into the cells of an Excel worksheet. − Text File. Dumps the data into a plain text file. − XML File. Saves the data in a text .xml file, without any formatting. − PDF or XPS. Creates a print-ready PDF file with the exact formatting. − Access. Transfers the Access table (or a different type of object) to another Access database file.
  • 34. Exporting  Exporting Data − In the navigation pane, select the table you want to export. − Click the button that corresponds to the type of file you want to export. When choose a format, Access launches the Export wizard. − Enter the name of the file you want to create. − If want to keep the formatting that’s in your database, then choose “Export data with formatting and layout”.
  • 35. Exporting − If you want to double-check your exported document, then choose “Open the destination file after the export operation is complete. − If you’ve selected only a few records in a table, then choose “Export only the selected records”. − Click OK to perform the export. − If want to perform this export again later on, select “Save export steps” click Close.