Access Chapter 8- Integrating Access with the Internet and other Programs.

Slides:



Advertisements
Similar presentations
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Advertisements

Office Links - Sharing Data in Microsoft Office A Mixed Bag of Treasures Chester N. Barkan Registrar Long Island University, C.W.Post Campus.
Microsoft Excel 2003 Illustrated Complete Excel Files and Incorporating Web Information Sharing.
The Web Warrior Guide to Web Design Technologies
Project 1 Introduction to HTML.
1 Chapter 12 Working With Access 2000 on the Internet.
Integrating Access with the Web and with Other Programs.
Week 2 IBS 685. Static Page Architecture The user requests the page by typing a URL in a browser The Browser requests the page from the Web Server The.
Introduction to Web Interface Technology (CSE2030)
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Tutorial 8 Sharing, Integrating and Analyzing Data
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Application Software computing ESSENTIALS    
Microsoft Office XP Illustrated Introductory, Enhanced Office Applications with Internet Explorer Integrating.
1st Project Introduction to HTML.
Exploring Microsoft® Office Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Robert Grauer and Maryann Barber Using.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Working with SharePoint Document Libraries. What are document libraries? Document libraries are collections of files that you can share with team members.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Christopher M. Pascucci Basic Structural Concepts of.NET Browser – Server Interaction.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Adobe Dreamweaver CS3 Revealed CHAPTER ONE: GETTING STARTED WITH DREAMWEAVER.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
Create a Website on the CWU network Find “How to Post a Web Page with a PC”
Server-side Scripting Powering the webs favourite services.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Access 2010 by Robert Grauer, Keith Mast, and Mary Anne.
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
5 Chapter Five Web Servers. 5 Chapter Objectives Learn about the Microsoft Personal Web Server Software Learn how to improve Web site performance Learn.
Unit 1 – Web Concepts Instructor: Brent Presley. ASSIGNMENT Read Chapter 1 Complete lab 1 – Installing Portable Apps.
Integrating JavaScript and HTML5 HTML5 & CSS 7 th Edition.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
Integrating Word with Other Programs Microsoft Office Word 2007 Illustrated Complete.
1 Committed to Shaping the Next Generation of IT Experts. Chapter 8 Exchanging Data Between Access and Other Applications Exploring Microsoft Office Access.
What does WWW stand for? And following abbreviations? HTTP: Hyper Text Transfer Protocol HTML: Hyper Text Mark-up Language URL: Uniform Resource Locator.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Access Tutorial 7 Web Integration. Overview Note: We’re only doing Session 7.1 (page AC ) and Session 8.1 and 8.2 Hand-in for lab 7: Tutorial.
Microsoft FrontPage 2003 Illustrated Complete Integrating a Database with a Web Site.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
Introduction to the World Wide Web & Internet CIS 101.
Chapter 28. Copyright 2003, Paradigm Publishing Inc. CHAPTER 28 BACKNEXTEND 28-2 LINKS TO OBJECTIVES Table Calculations Table Properties Fields in a Table.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
XP Creating Web Pages with Microsoft Office
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
Exploring Microsoft Word 2000
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
Microsoft Access 2003 Illustrated Complete
Using Access and the Web
Microsoft Office Illustrated
Chapter 27 WWW and HTTP.
Microsoft Office Access 2003
Microsoft Office Access 2003
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Tutorial 7 – Integrating Access With the Web and With Other Programs
Presentation transcript:

Access Chapter 8- Integrating Access with the Internet and other Programs

PgP MIS 342 Access8-2 Access Internet Reporting  Static HTML by exporting files  Server generated HTML files, ASP  Dynamic HTML, Data Access Pages  XML files- to describe and transfer data using Internet technology

PgP MIS 342 Access8-3 Static HTML Files  file.html  Export tables, queries, forms or reports  Use with a HTML version 3.2 or later browser  HTML templates Search Help>Answer Wizard for ‘ About the types of Web pages Access creates’

PgP MIS 342 Access8-4 Data Access Pages  Can no longer create, modify in Access 2007  Multi-purpose but Microsoft centric Data viewable in some web browsers Data updateable in Microsoft browsers Must use Internet Explorer 5 and up (limited use) Data analysis- Pivot tables Charts

PgP MIS 342 Access8-5 Active Server Pages (ASP)  Microsoft dependent server technology  But not Microsoft browser dependent!  Combine with VBScript or JavaScript to create interactive web sites  Also ASP.NET

PgP MIS 342 Access8-6 Importing HTML  Access can Import tables or lists Tables Unordered lists Definition lists  Look at Source Code Tags!

PgP MIS 342 Access8-7 Tables- Hyperlink Fields  Access can store hyperlinks in tables Hyperlink to other applications Hyperlink to the Internet

PgP MIS 342 Access8-8 Tables- Hyperlink Fields  Hyperlink Properties A hyperlink address can have up to four parts separated by the number sign (#): displaytext#address#subaddress#screentip Sample Default Value Field Property: "CNN# To CNN"

PgP MIS 342 Access8-9 Tables- Hyperlink Fields  Hyperlink Properties displaytext — the text that appears in a field or control. address — the path to a file (UNC path) or page (URL). subaddress — a location within the file or page. screentip — the text displayed as a tooltip.

PgP MIS 342 Access8-10 Displaying.XML using.XSL  An.xml file can be formatted and displayed like an.html file in a browser if an.xsl file is applied

PgP MIS 342 Access8-11.xml file refers to.xsl file Pat Joe Help I am lost ….

PgP MIS 342 Access8-12.xsl file contains format instructions <xsl:stylesheet version="1.0" xmlns:xsl=" Notes To: From: Heading Body

PgP MIS 342 Access8-13 Important XML Info .xsl and.xml files must be in same folder .xml tags are case sensitive  XML is a language, but requires implementation and adoption of standards to become useful  Competitor to EDI  Increasingly important data handling method

PgP MIS 342 Access8-14 Program Integration  Access is designed to handle large amounts of data, and convert data to information  Excel is designed to analyze numbers  Word is used to write documents  Graph is used to create charts  Use each for what each is best at

PgP MIS 342 Access8-15 Program Integration Methods Connected to source program? Connected to original file? ImportNo EmbedYesNo LinkYes Yes Comments EditableEditable, only one data file

PgP MIS 342 Access8-16 Program Integration Methods  Import-creates standalone copy of file or object  Embed-creates copy of file or object that is still editable by source program  Link- create link to file or object, still editable by source program

PgP MIS 342 Access8-17 Program Integration Considerations  Will I need to edit the file or object?  Is the file or object so large that it is not a good idea to make multiple copies?  Will a network connection to the file or object always be available?  Do I need just one copy of the file or object, and is it shared by many users?

PgP MIS 342 Access8-18 Word Integration  Access objects can be placed in Word  Word objects can be placed in Access  Tables, Queries, Forms, Reports can be Published to Word

PgP MIS 342 Access8-19 Excel Integration  Create queries to extract numerical information  Then export query results to Excel for analysis  Excel has better chart options, pivot tables and many special functions-statistical, financial…