The Repetition Structure Lecture 11 08/07/06 Dan Rao.

Slides:



Advertisements
Similar presentations
Introduction to MS Access Steve Shapiro Computer Services Manager Office of Research Services and Administration University of Oregon Region VI/VII NCURA.
Advertisements

Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
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.
IiWAS2002, Bandung, Indonesia Teaching and Learning Databases Dr. Stéphane Bressan National University of Singapore.
Lecture Microsoft Access and Relational Database Basics.
SUNY Morrisville-Norwich Campus- Week 7 CITA 130 Advanced Computer Applications II Spring 2005 Prof. Tom Smith.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 1 Introduction to Database Management.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 11 1 Microsoft Office Excel 2003 Tutorial 11 – Importing Data Into Excel.
1 CA202 Spreadsheet Application Working with Database Data Lecture # 14.
Tutorial 11: Connecting to External Data
1 Access Lesson 6 Integrating Access Microsoft Office 2010 Introductory Pasewark & Pasewark.
MS Access 2007 IT User Services - University of Delaware.
LESSON 17 PREPARED BY MANJU. database A database is a collection of related information Access is the Microsoft Office database program that enables you.
Microsoft Access Ervin Ha.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
ODBC : Open Database Connectivity SNU OOPSLA Lab. October 2005.
Using the Select Case Statement and the MsgBox Function (Unit 8)
Irwin/McGraw-Hill Copyright© 2000 by the McGraw-Hill Companies, Inc. PowerPoint® Presentation to accompany prepared by James T. Perry University of San.
 A databases is a collection of data organized to make it easy to search and easy to retrieve in a useful, usable form.
Print Screen Photos. Button Button 2 Button 3.
Data-mining & Data As we used Excel that has capability to analyze data to find important information, the data-mining helps us to extract information.
Databases. Database A database is an organized collection of related data.
Web Services Week 8 Aims: –Using web services as front ends to databases Objectives: –Review of relational databases –Connecting to and querying databases.
To enhance learning, service, and research through an advanced information technology environment. Our Mission:To enhance learning, service,and research.
Introduction to Database Management. 1-2 Outline  Database characteristics  DBMS features  Architectures  Organizational roles.
XP New Perspectives on Integrating Microsoft Office XP Tutorial 2 1 Integrating Microsoft Office XP Tutorial 2 – Integrating Word, Excel, and Access.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
Relational Databases (MS Access)
CPS120: Introduction to Computer Science Lecture 19 Introduction to SQL.
Chapter 9 Selecting, Updating, and Deleting Data Syed Rizvi.
Databases MGMT Summer 2012 Night #4, Lecture Part 1 Based on textbook Chapter 6.
Chapter 5 Database Processing. Neil uses software to query a database, but it has about 25 standard queries that don’t give him all he needs. He imports.
With Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft Excel ® 2007 Comprehensive 1e Chapter.
1 Microsoft Access Introduction – Tables and Forms ©Richard Goldman January 2000.
Overview of Microsoft Access. Contents of an Access file Tables Forms Queries Reports Pages Macros Modules.
Today’s Agenda Chapter 7 Review for Midterm. Data Transfer Tools DTS (Data Transformation Services) BCP (Bulk Copy Program) BULK INSERT command Other.
Lecture Set 14 B new Introduction to Databases - Database Processing: The Connected Model (Using DataReaders)
1 MIS309 Database Systems Introduction to Microsoft Access.
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
Microsoft Access 2013 Overview of Microsoft Access Databases.
Access Chapter 5-Table Tricks, Advanced Queries and Custom Forms.
With Microsoft Excel 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2010.
DAY 21: MICROSOFT ACCESS – CHAPTER 5 MICROSOFT ACCESS – CHAPTER 6 MICROSOFT ACCESS – CHAPTER 7 Aliya Farheen October 29,2015.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 12 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 12 Accessing.
Advanced Repetition Structure and String Functions (Unit 10) Visual Basic for Applications.
DAY 21: ACCESS CHAPTER 6 & 7 Tazin Afrin October 31,
CS130 Visual Basic Project 4 Lecture Fall New topics in project 4 Database, file (table), records, fields. Application that contains menus, submenus,
1 ADO Activex Data Objects. 2 ADO ADO allows users to access data easily from many existing databases (such as Access or Paradox) From ODBC compliant.
Access 2003 DATABASE MANAGEMENT S y s t e m. Access Functions and Content of Database Processing Components Data Store & Retrieval DatabaseApplication.
The Power of Excel for Ad Hoc Reporting FAB 5013 Brian Caviggiola Controller - Indiana Wesleyan University Mike Ionno Senior.
COMPUTER SKILLS MS-ACCESS. Introduction Access is a piece of software known as a database management system. At its most basic level, it can be used to.
Excel Chapter 1 Creating a Worksheet and an Embedded Chart
MICROSOFT EXCEL – CHAPTER 10 Sravanthi Lakkimsetty Jan 20,2016
How To Start a SQL server Connecting to SQL Server.
©NIIT BCP and DTS Implementing Stored Procedures Lesson 2A / Slide 1 of 23 Objectives In this lesson, you will learn to: Perform bulk copy using the BCP.
Visual Basic Database Access
آشنایی با نرم افزار Microsoft Access
Hierarchy of Data in a Database
5. Using databases in VB.
Database Management  .
قاعدة البيانات Database
قاعدة البيانات Database
What is Database? A database is a collection of data with defined structure and purpose. Data can easily be accessed, managed, and updated. Data can be.
Database.
What Are Databases? Organized by Dr. Farrokh Alemi PhD
Lecture Set 14 B new Introduction to Databases - Database Processing: The Connected Model (Using DataReaders)
قـواعــــد الـبـيــانــات
Access: Access Basics Participation Project
Chapter 1 Databases and Database Objects: An Introduction
Presentation transcript:

The Repetition Structure Lecture 11 08/07/06 Dan Rao

The Repetition Structure Sequence programming structure The selection structure The repetition structure

The For…Next Statement

For Each…Next Statement

The With Statement

Using the Repetition Structure and the With Statement in Excel Open the monthlySales.xls workbook. Open the MthSales.mdb database.

Using Microsoft Query Microsoft Query is a separate program that comes with Microsoft Excel, and it is used to bring data from a database into an Excel worksheet Microsoft Query can retrieve data from the following database sources: Microsoft SQL Server OLAP Services, Microsoft Access 2000, dBASE, Microsoft FoxPro, Microsoft Excel, Oracle, Paradox, SQL Server, and text file databases

The QueryTables Collection and QueryTable Objects Each QueryTable object represents a worksheet table built from data retrieved from an external data source You can use the QueryTable object’s CommandText property to select a different set of records to retrieve from the database and display in the worksheet

The Current Region Properties rangeObject.CurrentRegion It returns a range that contains the entire region in which the Range object resides.

The Resize Method