CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS 330 - Information Systems :. © Martina Cesalova, 2005 MS ACCESS 1 Start Microsoft Access – New - Blank Database.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Chapter 5 Multitable Forms
Microsoft Office 2010 Access Chapter 1 Creating and Using a Database.
Access Lesson 2 Creating a Database
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
FIRST COURSE Access Tutorial 2 Building a Database and Defining Table Relationships.
Pasewark & Pasewark 1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2007: Introductory.
Access Lesson 4 Creating and Modifying Forms
Access Ch 5 Review.
Chapter 9 Macros, Navigation Forms, PivotTables, and PivotCharts
XP Chapter 4 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Collecting Data for Well-Designed Forms Chapter 4 “Making.
Tutorial 6 Using Form Tools and Creating Custom Forms
Microsoft Access 2000 Creating Tables and Relationships.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:MG Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 1 1.Open FrontPage – View -> Page 2.Open.
Access Lesson 2 Creating a Database
BIS121 IT for Business Application Lecture 8 – Database (Part I)
® Microsoft Access 2010 Tutorial 6 Using Form Tools and Creating Custom Forms.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 4 1 Microsoft Office FrontPage 2003 Tutorial 4 – Using Shared Borders and Themes.
Using Form Tools and Creating Custom Forms Microsoft Access 2010.
Chapter 6 Advanced Report Techniques
Microsoft Access Data Base Application. A Few Terms Database – A collection of related information. Database – A collection of related information. Field.
Chapter 6 Generating Form Letters, Mailing Labels, and a Directory
ACCESS Part 2. OBJECTIVES  Use the Form Wizard  Create a split form  Use Form Layout View  Add fields to a form  Modify form controls  Create calculations.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
Microsoft Access 2000 Presentation 2 Creating Databases Part I (Creating Tables)
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 5 Enhancing Forms with OLE Fields, Hyperlinks, and Subforms.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 2 1 Microsoft Office Access 2003 Tutorial 2 – Creating And Maintaining A.
Key Applications Module Lesson 21 — Access Essentials
Chapter 17 Creating a Database.
Database Systems Microsoft Access Practical #2 Making Forms and Reports Nos 215.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Plug-In T6: Basic Skills and Tools Using Access 2010 Business Driven Technology.
1 What to do before class starts??? Download the sample database from the k: drive to the u: drive or to your flash drive. The database is named “FormBelmont.accdb”
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Microsoft Office Illustrated Introductory, Premium Edition Using Tables and Queries.
This is the first screen you will encounter. Select Blank Database.
® Microsoft Office 2013 Access Creating a Database.
BUSINESS DRIVEN TECHNOLOGY Plug-In T5 Touring Access.
Microsoft Access 2010 Chapter 8 Advanced Form Techniques.
With Microsoft Office 2007 Introductory© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Introductory.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T6 Basic Skills Using Access.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
1/62 Introduction to and Using MS Access Database Management and Analysis Yunho Song.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 3 – Creating and Modifying Forms.
Planning & Creating a Database By Ms. Naira Microsoft Access.
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Pasewark & Pasewark 1 Access Lesson 2 Creating a Database Microsoft Office 2007: Introductory.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T8 Decision Making Using Access.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Getting Started in Access 1 Using an existing Database Database Window Table Design View Parts of a Table Views in Access Navigating in Access Entering.
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.
Microsoft Access 2007 – Level 2
Microsoft Office Illustrated Introductory, Windows Vista Edition
Practical Office 2007 Chapter 10
European Computer Driving Licence
Building a User Interface with Forms
Forms.
Chapter 4 MS ACCESS DATABASE.
Access Lesson 2 Creating a Database
Access Lesson 2 Creating a Database
European Computer Driving Licence
Microsoft Office Illustrated Introductory, Windows XP Edition
Presentation transcript:

CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS Information Systems :. © Martina Cesalova, 2005 MS ACCESS 1 Start Microsoft Access – New - Blank Database. Change folder, go to student/bsba/is330; name the file with your last name, click Create A window with table data entry view appears /most fundamental part of DBMS; selected by default/ Go to design view and name the table Customers 1st field – name: customerID, data type: AutoNumber /selected by default/. DBMS automatically assigns a unique identifier property to the customer ID (unique option is selected). The DBMS will automatically generate this number for each entered record.

CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS Information Systems :. © Martina Cesalova, 2005 MS ACCESS 1 In the 2nd field write LastName, data type - text. In the Field properties part, change the Required option (3rd from the bottom) to Yes. Also, change the length – field size (1st option) to 30. 3rd field – FirstName, text, length 15 characters, required. 4th – City – text, 25, required. Right click the “city” row, select insert row. Field name - Address (will contain street and street # - combination of text and numbers), data type will be text, field size 50, required. 6th – YearOfBirth – number, field size = long integer, not required. 7th – photo – OLE object, not required.

CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS 330 – Information Systems:. © Martina Cesalova, 2005 MS ACCESS 1 In the Description cells describe each element e.g. (CustomerID – Unique number automatically assigned to a new record; YearOfBirth - customer’s year of birth). Open the table in Datasheet View and insert 4 records. Create a data entry form for this table Click Create – Form. Access will automatically set up a default data-entry interface. DO NOT SAVE. Create a form using Form Wizard – click Create – More Forms – Form Wizard Move all the elements in the Selected fields window (click the double arrow), click next

CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS 330 – Information Systems:. © Martina Cesalova, 2005 MS ACCESS 1 Choose columnar look of the DB form, Next, choose style. Name the form customers. Choose view – form view You can browse individual entries with the arrows at the bottom of the form Enter new data using the form interface (click New Record control)

CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS 330 – Information Systems:. © Martina Cesalova, 2005 MS ACCESS 1 Create other 2 tables – PRODUCTS AND ORDERS (click Create – Table, click Design View, name the table, …) Products table will contain ProductID (AutoNumber, primary key), ProductName, category, description (memo as it might contain more than 255 characters), price (data type = currency, format - Euro) Orders – OrderID (data type = automatic number), OrderDate, CustomerID, ProductID, quantity (number). In both tables set the primary key, define field size (number of characters), describe individual fields, choose if the entry is required or not. In the Products table insert 4 records so that we have 2 categories (food, clothes) and 2 products for each category (e.g. bread, rice; shirt, hat). 16. In the Navigation Pane, organize the order by Object Type

CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS 330 – Information Systems:. © Martina Cesalova, 2005 MS ACCESS 1 Format the forms - open each form in the Design View to edit it. Change the actual size of the whole form, insert header and footer, then enlarge the header area. Move all labels and text boxes to the middle of the detail section. To relocate desired items, go to Arrange section, click remove icon and then move the fields to some other position. In order to format the form and/or its individual elements, right-click, choose properties, eventually click Property Sheet icon in the Design section. A window with 5 tabs/options appear (all, format, data, event, other). To change the appearance of the form interface, click format.

CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS 330 – Information Systems:. © Martina Cesalova, 2005 MS ACCESS 1 Change the background color of the form detail, header and footer; change back and fore color as well as font type of text labels and text boxes. Delete the default title from the header, replace it with a text label /click Aa button in the Design section, draw a rectangle, insert text: e.g. FlowerShop Customers./ and format its appearance. In the footer, insert another text label with your name and current date and time.