Obtain Data from Other Sources Data you need to include in an Access database often already exists in another file: in another Access database, in a table.

Slides:



Advertisements
Similar presentations
Microsoft® Access® 2010 Training
Advertisements

Microsoft Office 2013 ®® Access Tutorial 2 Building a Database and Defining Table Relationships.
Object Linking and Embedding Objective 6.02 Linking and Embedding.
Access Lesson 2 Creating a Database
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
1 Computing for Todays Lecture 11(1) Yumei Huo Fall 2006.
Creating And Maintaining A Database. 2 Learn the guidelines for designing databases When designing a database, first try to think of all the fields of.
Tutorial 8 Sharing, Integrating and Analyzing Data
Pasewark & Pasewark 1 Access Lesson 6 Integrating Access Microsoft Office 2007: Introductory.
Data type – determines the type of data and range of values that can be entered in a field.
Integrating Word, Excel, Access, and PowerPoint
Relational Database Need to Knows. What is a database? Data - is just a pile of numbers or stats. A business "organises" the data to be meaningful and.
General-Purpose APPLICATION SOFTWARE
With Microsoft ® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Create a Table and Define Fields in a New Blank Database.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
Interacting With Data Week 8 Connecting to the database Creating recordsets Interacting with the database.
BIS Database Systems School of Management, Business Information Systems, Assumption University A.Thanop Somprasong Lab # 1 Microsoft Office Access.
Object Linking and Embedding
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
XP Chapter 2 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Building The Database Chapter 2 “It is only the farmer.
Miscellaneous Excel Combining Excel and Access. – Importing, exporting and linking Parsing and manipulating data. 1.
MS Word – Mail Merge Basic Steps Create Letter/Labels general information Create Excel File with variable Data Link Files through Mail Merge in Word Print.
® Microsoft Office 2013 Access Building a Database and Defining Table Relationships.
ASENT_IMPORT.PPT Importing Part Lists and Board Data Last revised 10/28/2009.
1 Working with MS SQL Server Textbook Chapter 14.
Lesson 17 Getting Started with Access Essentials
BUSN 216 BY YOUR NAME 1 TOPICS Windows Explorer Word PowerPoint Excel Access Mail Merge 2.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 9 – Building Links,
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
1 Chapter 2: Working with Data in a Project 2.1 Introduction to Tabular Data 2.2 Accessing Local Data 2.3 Accessing Remote Data 2.4 Importing Text Files.
Why are Databases Better than Files? Multiple users can all use the same database, and have access to the current, up to the minute values for the data.
XP New Perspectives on Integrating Microsoft Office XP Tutorial 1 1 Integrating Microsoft Office XP Tutorial 1 – Integrating Word and Excel.
XP New Perspectives on Microsoft Office 2003 Tutorial 1 1 Integrating Microsoft Office 2003 Tutorial 1 – Integrating Word and Excel.
CMA Workshop Image Links and Text Links on the Same Line in a Component.
Page 1 ISMT E-120 Desktop Applications for Managers Integrating Applications.
DBT544. DB2/400 Advanced Features Level Check Considerations Database Constraints File Overrides Object and Record Locks Trigger Programs.
Microsoft Excel 2003 Illustrated Complete Data with Other Programs Exchanging.
OBJECTIVES  Understand relational databases  Explore a database  Create a database  Create a table  Create primary keys  Relate two tables  Enter.
OLE Slide No. 1 Object Linking and Embedding H OLE H definition H add other information to documents H copy.
Microsoft FrontPage 2003 Illustrated Complete Integrating a Database with a Web Site.
1 Intro to Micro Apps Intergrating the Apps Copyright 2003 by Janson Industries This presentation can be viewed on line at:
Visual DCT upgrade Gasper Jansa, Cosylab SLAC, April 2005.
Ennis-Cole, AC 2.01, CECS Maintaining A Database By: Dr. Ennis-Cole.
1 After completing this lesson, you will be able to: Create a form using AutoForm. Create a form using the Form Wizard. Add controls to a form. Modify.
Microsoft Office Illustrated Introductory, Premium Edition Word, Excel, Access, and PowerPoint Integrating.
1 New Perspectives on Access 2016 Module 8: Sharing, Integrating, and Analyzing Data.
Database Applications – Microsoft Access Lesson 5 Shared Data.
Access Tutorial 2 Building a Database and Defining Table Relationships
New Perspectives on Microsoft Access 2016
Creating Data Base & Sql Data Source
Miscellaneous Excel Combining Excel and Access.
Using templates on Aleph
and Defining Table Relationships
Microsoft Office Illustrated
Microsoft Access 2003 Illustrated Complete
Integrating Word, Excel, and Access
Exchanging Data with Other Programs
INFO/CSE 100, Spring 2005 Fluency in Information Technology
Access Lesson 2 Creating a Database
Developing a Model-View-Controller Component for Joomla Part 3
INFO/CSE 100, Spring 2006 Fluency in Information Technology
Microsoft Office Access 2003
Chapter 10 ADO.
Access Tutorial 2 Building a Database and Defining Table Relationships
Creating Data Base & Sql Data Source
Creating and Managing Database Tables
Lesson 23 Getting Started with Access Essentials
Unit J: Creating a Database
Presentation transcript:

Obtain Data from Other Sources Data you need to include in an Access database often already exists in another file: in another Access database, in a table in a non-Access database such as Paradox or dBASE, in a spreadsheet such as Excel or Lotus, in a text file, in an HTML table, or in a file created by any program that allows its data to be presented in tabular form. You can include this data in your Access database in one of three ways: Copy and paste the data Import the data Link to the data

You can copy and paste data from one table into another table only if the two tables have the same structure. That is, the tables must contain the same fields in the same order. You’d use this method if you’ve already created a table and need to add records to it that already exist in some other table. Copy and Paste the Data

When you import data, your Access database gets its own copy of the imported data as a new table in the database; the original table or file is not changed or deleted. When you want your Access database to include an entire table (i.e. the table design, all the field properties, and all data values) that already exists elsewhere, you should import that table. Import the Data

Link to the Data When you link to data, only a link or connection to that data is stored in the Access database. The actual data itself is not stored within the database. When you want the Access database to always have the current version of data that can be updated by another program, you should link to that data.

Comparing the Methods When you either copy and paste data or import data, you receive the data as it exists at that moment. If the original data is subsequently changed, that change is not reflected in the imported or copied data in the Access database. Likewise, if the imported or copied data within the Access database is changed, that change is not reflected in the original data. In contrast, when you link to data, the data itself still exists only its original location. The linked data can be updated (added, deleted, or changed) either in the original program or in the Access database, and all programs that use that data will see the changes.

When you copy and paste, the data is inserted in an existing structure in your database. In contrast, when you import data, the data and the structure that contains that data are inserted into your database. Access works faster with copied or imported data than it does with linked data. So if you don’t require the update capabilities of the original source, you should either copy and paste or import data rather than link to it. Comparing the Methods