Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 17 – Utilizing Advanced Management Tools.

Slides:



Advertisements
Similar presentations
XP New Perspectives on Microsoft Office Word 2003 Tutorial 7 1 Microsoft Office Word 2003 Tutorial 7 – Collaborating With Others and Creating Web Pages.
Advertisements

Access Lesson 13 Programming in Access Microsoft Office 2010 Advanced Cable / Morrison 1.
INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics
1 Linking & Consolidating Worksheets Applications of Spreadsheets.
1 CA202 Spreadsheet Application Combining Data from Multiple Sources Lecture # 6.
Tutorial 12: Enhancing Excel with Visual Basic for Applications
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Compile MS Access Pertemuan 18 Matakuliah: F0712 / Lab MS Access Tahun: 2007.
Automating Tasks With Macros
Microsoft Excel 2003 Illustrated Complete with Excel Programming.
Exploring Office Grauer and Barber 1 Creating More Powerful Applications: Introduction to VBA(Wk9)
SUNY Morrisville-Norwich Campus-Week 12 CITA 130 Advanced Computer Applications II Spring 2005 Prof. Tom Smith.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you manage a database?
Database Software Application
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2010 Introductory Pasewark & Pasewark.
1 ADVANCED MICROSOFT POWERPOINT Lesson 7 – Working with Visual and Sound Objects Microsoft Office 2003: Advanced.
ADVANCED MICROSOFT POWERPOINT Lesson 6 – Creating Tables and Charts
1 ADVANCED MICROSOFT WORD Lesson 15 – Creating Forms and Working with Web Documents Microsoft Office 2003: Advanced.
MS Access Advanced Instructor: Vicki Weidler Assistant:
Customizing Microsoft Project
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 7 – Modifying Table Design.
Administering a Database Project 9. 2 Project 9 Overview This project shows us how to administer a database. We will learn to …  Convert a database to.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
Programming with Microsoft Visual Basic 2012 Chapter 13: Working with Access Databases and LINQ.
1 Access Lesson 1 Microsoft Access Basics Microsoft Office 2010 Introductory.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 11 1 Microsoft Office Access 2003 Tutorial 11 – Using and Writing Visual Basic for Applications.
Adapting a ready made PowerPoint quiz with VBA
XP New Perspectives on Microsoft Office Access 2003 Tutorial 12 1 Microsoft Office Access 2003 Tutorial 12 – Managing and Securing a Database.
Automating Tasks with Visual Basic. Introduction  When can’t find a readymade macro action that does the job you want, you can use Visual Basic code.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT EXCEL Lesson 16 Using Templates and Protection.
Chapter 11: Introduction to the Visual Basic Environment Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University.
1 ADVANCED MICROSOFT WORD Lesson 16 – Customizing Features Microsoft Office 2003: Advanced.
Lesson 17 Getting Started with Access Essentials
Key Applications Module Lesson 21 — Access Essentials
1 ADVANCED MICROSOFT WORD Lesson 14 – Editing in Workgroups Microsoft Office 2003: Advanced.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
1 ADVANCED MICROSOFT POWERPOINT Lesson 9 – Importing and Exporting Information Microsoft Office 2003: Advanced.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 10 – Analyzing Data.
Microsoft Office 2013: In Practice Chapter 4 Creating and Using Forms and Reports Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making Chapter.
Access Lesson 11 Creating and Running Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 10 1 Microsoft Office Access 2003 Tutorial 10 – Automating Tasks With Macros.
Macros Lesson 7. Objectives 1. Create a macro. 2. Run a macro. 3. Edit a macro. 4. Copy, rename, and delete macros. 5. Customize menus and toolbars. After.
Today’s Goals Answer questions about homework and lecture 2 Understand what a query is Understand how to create simple queries using Microsoft Access 2007.
Visual Basic for Application - Microsoft Access 2003 Programming applications using Objects.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT EXCEL Lesson 17 – Working with Multiple Worksheets and Workbooks.
INSERT BOOK COVER 1Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Getting Started with VBA for Microsoft Office 2010 by.
Chapter 24 I’m Suffering from Information Overload (Access Databases) Clearly Visual Basic: Programming with Visual Basic nd Edition.
MODULE 9 Integrating Word, Excel, Access, and PowerPoint © Paradigm Publishing, Inc.1.
Office 2003: Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 13 – Importing and Exporting Data.
MICROSOFT ACCESS – CHAPTER 5 MICROSOFT ACCESS – CHAPTER 6 MICROSOFT ACCESS – CHAPTER 7 Sravanthi Lakkimsety Mar 14,2016.
Programming with Microsoft Visual Basic 2012 Chapter 14: Access Databases and SQL.
1 New Perspectives on Access 2016 Module 8: Sharing, Integrating, and Analyzing Data.
, MS-Access, QBE, Access/Oracle
Innovative Technology Solutions
Administering a Database System
Microsoft Access Illustrated
Microsoft Office Illustrated
Exchanging Data with Other Programs
Objectives Learn about Function procedures (functions), Sub procedures (subroutines), and modules Review and modify an existing subroutine in an event.
Using Access to Implement a Relational Database
Microsoft Office Access 2003
Introduction to Database Programs
Introduction to Database Programs
Relationships While we are on the subject of Relationships, let’s take a quick look at them.
Presentation transcript:

Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 17 – Utilizing Advanced Management Tools

2 Objectives Use the Linked Table Manager. Replicate a database. Create Access modules using Visual Basic routines.

3 Terms Used in This Lesson Decision structure: In Access, a group of statements that must choose from alternate actions. Procedures: Procedures perform actions and, in Access, they are written in Visual Basic code. Replication: The process of creating a copy of a database so two or more copies can exchange updates of data or replicated objects. The exchange is called synchronization. Syntax: Refers to the structure of language or how language is put together.

4 Using the Linked Table Manager The Linked Table Manager links tables between database files. When a change is made to a linked table in one database, the change is also reflected in its related table in another database. Linked tables allow for changes to be made in the linked tables simultaneously.

5 Replicating a Database Replication is the process of creating copies of a database file. The original database and the copies may exchange updates of data or objects. Replicating a database is another method for protecting a database from unwanted changes. Changes are placed in a replicated file only when they are synchronized.

6 Creating Access Modules Modules (shown at right) are similar to macros in that they perform actions. This module gives a 15% discount to customers purchasing over $500 and a 5% discount on any purchase of $500 or less.

7 Visual Basic Most of the procedures you need to create can be done as macros. Only when there is not an action in a macro for a certain procedure will you need to use modules with Visual Basic. Testing a Visual Basic statement is very important so as to be sure the code is performing the desired actions. If there is an error in the code, an error message should appear when the code is tested. At this point, the error can be corrected by changing the code.

8 Distribute Access Databases as MDE files Saving a database as an MDE file prevents others from viewing or editing the Visual Basic code.

9 Summary Linking tables lets you make changes in one table and have the changes appear in the linked table as well. Replication creates copies of a database, and synchronization updates the replicated database copies.

10 Summary (cont.) Visual Basic is used to write procedures that can modify, calculate, edit, or add data and objects in a database. Visual Basic procedures can be tested in the Immediate window. Saving a file as MDE prevents others from view or editing Visual Basic code in the database.

11 HOMEWORK – ACCESS LESSON 17 Review Question – True/False – Fill in the Blank Project 17-1 Unit Review – Review Questions True/False Multiple Choice