NTPCUG Microsoft Access SIG Oct. 15, 2011 Moving Data In and Out of Microsoft Access A Presentation for the Microsoft Access SIG of the North Texas PC.

Slides:



Advertisements
Similar presentations
Introduction to Macro Introduction to Visual Basic for Application Recording a Macro Looking at the code of Recorded Macro.
Advertisements

Introduction to Microsoft Access
Data Base. Objective Become familiar with database terminology. Create a project to display data for a single database table. Use a DataGrid control.
AS ICT Finding your way round MS-Access The Home Ribbon This ribbon is automatically displayed when MS-Access is started and when existing tables.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Using VB with MS Applications R. Juhl, Delta College.
The Web Warrior Guide to Web Design Technologies
Microsoft Access Course 1. Introduction to the user interface.
Exploring Microsoft Access Chapter 8 Creating More Powerful Applications: Introduction to VBA By Robert T. Grauer Maryann Barber.
Exploring Office Grauer and Barber 1 Creating More Powerful Applications: Introduction to VBA(Wk9)
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
With Microsoft Access 2010 © 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Microsoft Office 2000 Developer Edition Add-Ins A Presentation for the Microsoft Access SIG of the North Texas PC User Group and the Metroplex Access Developers.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
DB Audit Expert v1.1 for Oracle Copyright © SoftTree Technologies, Inc. This presentation is for DB Audit Expert for Oracle version 1.1 which.
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Other Features Index and table of contents Macros and VBA.
Computer Science & Engineering 2111 Data Validation and Macros 1 CSE 2111 Lecture-Data Validation and Macros.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Access and VB Which One Should You Use for Database Application Development? A Presentation for the Application Developer Issues SIG of the North Texas.
Lab 8 – C# Programming Adding two numbers CSCI 6303 – Principles of I.T. Dr. Abraham Fall 2012.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
BIS121 IT for Business Application Lecture 8 – Database (Part I)
Intellicad Visual Basic Application Marian Kate Santos Programming Paradigm.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Exploring Microsoft Office Word 2007 Chapter 7 The Advanced User Robert Grauer, Keith Mulbery,
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.
Tutorial 11 Using and Writing Visual Basic for Applications Code
Microsoft Excel Macros & Excel Solver (IENG490)
ITOM 2308 Introduction to Databases Review Access Database Corporate Case Study ITOM 2308 Class 81.
® Microsoft Access 2010 Tutorial 11 Using and Writing Visual Basic for Applications Code.
MAIL MERGE Designing Documents with. Terms Mail Merge: A process that inserts variable information into a standardized document to produce a personalized.
IE 411/511: Visual Programming for Industrial Applications
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
Automating Database Processing Chapter 6. Chapter Introduction Design and implement user-friendly menu – Called navigation form Macros – Automate repetitive.
Exploring Microsoft Access 2003 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Irwin/McGraw-Hill Copyright© 2000 by the McGraw-Hill Companies, Inc. PowerPoint® Presentation to accompany prepared by James T. Perry University of San.
Program Design and Coding
Microsoft Visual Basic 2012 CHAPTER THREE Program Design and Coding.
Microsoft Visual Basic 2010 CHAPTER THREE Program Design and Coding.
© Copyright 2002, L. M. Linson, may be freely used with this notice Practical Database Design “Structuring Your Tables” by Larry Linson, presented to the.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
© Copyright 2002, 2005, 2013 L. M. Linson, may be freely used with this notice Practical Database Design “Structuring Your Tables” by Larry Linson, presented.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Tutorial 91 Databases A database is an organized collection of related information stored in a file on a disk A database allows companies to store information.
Exploring Microsoft Access Chapter 8 Creating More Powerful Applications: Introduction to VBA.
Lessons Learned (from the Simple HTML Editor) A Presentation for the Microsoft Access SIG of the North Texas PC User Group by Larry Linson. © Copyright.
1 MIS309 Database Systems Introduction to Microsoft Access.
Microsoft Access Lesson 2 Lexington Technology Center February 13, 2003 Bob Herring On the Web at
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Microsoft Access 2002 Illustrated Complete Forms Using.
Part 4 November 15,  Click MS Access 2013  On the MS Access Screen Pane, select Blank Database  Create a name that will reserve as your file.
Chapter Fourteen Access Databases and SQL Programming with Microsoft Visual Basic th Edition.
Visual Basic for Application - Microsoft Access 2003 Programming applications using Objects.
INSERT BOOK COVER 1Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Getting Started with VBA for Microsoft Office 2010 by.
CSCI-235 Micro-Computers in Science Microsoft Access 2002 Chapter 2 Tables and Forms: Design, Properties, Views, and Wizards.
Introduction to Microsoft Excel Macros COE 201- Computer Proficiency.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
Fourth R Inc. 1 WELCOME TO MICROSOFT OFFICE ACCESS 2003 INTERMEDIATE COURSE.
COMPREHENSIVE Access Tutorial 11 Using and Writing Visual Basic for Applications Code.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Programming with Microsoft Visual Basic 2012 Chapter 14: Access Databases and SQL.
2020 Company Confidential. GSV Global Styles Validations.
Forms Concepts Triggers Fired when Internal/External events occur
Introduction to Microsoft Access
HOW TO PUT PASSWORD IN WORD, SPREAD SHEET AND DATABASE
بسمه تعالی کارگاه ارزشیابی پیشرفت تحصیلی
Presentation transcript:

NTPCUG Microsoft Access SIG Oct. 15, 2011 Moving Data In and Out of Microsoft Access A Presentation for the Microsoft Access SIG of the North Texas PC User Group by Larry Linson, Oct. 15, © Copyright 2001, 2011 by L.M. Linson, all rights reserved

NTPCUG Microsoft Access SIG Oct. 15, 2011 Today’s Agenda u Storing external files (can be ‘unknown format’) in BLOBs u Recreating the external file from a BLOB u What topics do you want to cover in future meetings?

NTPCUG Microsoft Access SIG Oct. 15, 2011 Storing External Files in Access DB, and recreating them later Note: Works with files of any type or format

NTPCUG Microsoft Access SIG Oct. 15, 2011 Image File as Example u “Moving Data” Database –frmImageBlobDataEntry to acquire image »Uses Common Dialog to Obtain File »Displays Picture »User clicks button to validate selection »Executes Procedure “ReadBLOB” u In Module “basBLOB” u Step through file, using “AppendChunk” to store into the OLE Object type field of record

NTPCUG Microsoft Access SIG Oct. 15, 2011 Image File as Example, cont. u “Moving Data” Database –frmImageBlobSummaryList to show image »Double Click invokes “OpenDetailForm” u In Form’s Module to open u frmImageBLOBDetail –Open event recreates an image file using –“WriteBLOB” procedure to re-create file –Sets re-created file as Picture property –Of Image Control to Display

NTPCUG Microsoft Access SIG Oct. 15, 2011 Image File as Example, cont. u “WriteBLOB” Procedure –From the OLE Object containing BLOB »Calculates Number of Blocks u and leftover blocks »Generates Temporary File Name u Obtain data from BLOB and u Writes the external file

NTPCUG Microsoft Access SIG Oct. 15, 2011 What did he say? u External File can be stored in DB –Store as Binary Large Object (BLOB) –File type is immaterial »Image file used as example »Could be any file type –AppendChunk and GetChunk ops »Handle ‘pieces’ of data »Construct and extract from OLE Object field u Could also use Memo field

NTPCUG Microsoft Access SIG Oct. 15, 2011 What topics do you want? u Recent has been “developer level”, VBA code u Earlier we reviewed “basics” u What should be next –Access 2010? General, incl. “classic”? –Basic – end-user features? –Advanded – developer features?

NTPCUG Microsoft Access SIG Oct. 15, 2011 Thank you u for your kind attention  Please come again u And, please... –Gently wake your neighbor before leaving