SlideShare ist ein Scribd-Unternehmen logo
1 von 42
Introduction
Introduction
• Quick Access Toolbar
• Creating Backup – Save as Backup
• Navigation Pan ( All Access Objects – Left hand side)
• F11 and Alt Short Cut Keys
• Trusted Locations – Trust Centre Settings
DESIGNING A DATABASE
When you working with ACCESS
You need to Know
the following:
Tables
Store the Data
Forms
To Enter the Data
into Tables
Queries
Asks Questions to
Extract info
Reports
Prints the info you
need
Module 1
TABLE STRUCTURE
Understanding Table Structure
It is the key to work with Access Effectively
Components of Table Structure
• Records - Horizontal Rows contains broken chain of properties of individual
entity
• Fields – Vertical Columns , is a single property of each record and used to
track the information within each record (First Name, Last name, Date of
Joining are examples)
Field Data Types – define the information that can be stored
Field Data Types
Short Text (up to 255
Characters)
Long Text (up to
65536 Characters)
Numbers with various
constraints e.g.,
Whole numbers,
decimal etc.,
Date/Time
Currency
Auto Number
(Created by Access)
Yes/No (Binary Field)
Attachment /
Hyperlink
Calculated Fields and
Lookup Wizard
Data Table Keys
1
Access Stores
the Data in
Related Tables.
2
This is for
identifying each
record uniquely
3
Need to
understand the
Primary Key
4
Primary key
helps to identify
the related
record in
additional tables
5
In the related
Table the same
field called as
Foreign Key
Database Normalization
First Normal Form ( 1NF)
• Each Cell of a Table contains only Single Value
Second Normal Form (2NF)
• Data not dependent on the Primary Key to be pushed to another Table
Third Normal Form (3NF)
• Data that can be derived from other fields should not be stored
Tables are the foundation to your Database, to be created accurately
ACTIVITY
LETS CREATE A TABLE
ASSIGN DATA TYPES
SAVE THE TABLE
Another Table From Existing Data Available
Set the Primary Key and Foreign Key
Module 2
TABLERELATION-SHIPS
Referential Integration
Establish
Relation-ship
between
Primary Key
and Foreign Key
By Enforcing Referential
Integration, we can avoid
entering wrong data with
using the Primary key and
Foreign Key
Cascading
Effects helps us
to update and
delete
respective
records as well
Relationships
ACTIVITY
• Build Relation
• Referential Integration
• Cascading Effect
EDITING TABLE STRUCTURE
Sheet & Design Views
Editing
Table
Structure
in Design
View
1
Toggling
between
Data Sheet
View and
Design
Views
2
Various
ways to
shift
between
Design
View and
Table View
3
Adding
Fields and
Change the
Field
Headings
4
Controlling input with Masks
Design View Input Masks Help
To make a Consistent and
Easy Database Entry
Input Masks Helps a lot
Example- To make
accurate Entry of Phone
number in IS Format
Setting
Additional Field
Properties
Different Fields for each Data
Type
Date
Auto Number
Short Text
Email
Creating Lookup Fields
LOOKUP WIZARD
Challenge
• Create A Table Structure with Proper Fields
• Create another Table with some data and establish Relation ship
with first Table
Module 3
ORGANISING RECORDS
Formatting
• Formatting Tables and Records
• Sorting Data
• Filter Data
• Status Bar to see number of characters and other information
• Search and Replace
Module 4
UNDERSTANDING QUERIES
What is
Query
A Powerful way of asking a Question about
your data
Constructed from Records and Fields
They Create Temporary Data Sheet and will
not be saved. Only Queries are saved
It Updates the Temporary Data Sheet to the
current Status
Look and Function Just like A Table, But not
a Table (Its called Record Set)
Ways to create a Query
Using Simple Query Wizard
• Pulling required information from two relational tables
• Look at the Relation-ships to understand what you can get from a Query
Building Queries in Designer View
• Sort View using a Specific Field
• Using Show/Hide Option [check box]
• Establishing Constraints
• Using Simple Criteria
• Criterial with Wildcards (* , ?)
• “[abc]*”
• Multiple Query Criteria with AND / OR , BETWEEN Statements
What is a Simple Query
ID GuestID CreditCard# Expiry Date
1 1 12345678 11/4/2018
2 1 231234566 11/4/2018
3 1 23123456 11/4/2018
4 3 10987234 11/4/2018
Pulling Data from Relational Table and Placing in one Table Format
Query in Design View –
using filtering constraints
Sort View using a Specific Field
Using Show/Hide Option [check box]
Establishing Constraints
Using Simple Criteria
Criterial with Wildcards (* , ?)
“[abc]*”
Multiple Query Criteria with AND / OR , BETWEEN Statements
Filtering Data with Math Comparisons
• Comparison Operators
• > Greater Than
• < Less Than
• <> No Equal to
• <= Less than or Equal to
• >= Greater than Equal to
• Majorly used to calculate Value Fields
• Parameter Requests - Like [which alphabet to begin with] & “*”
[which Country would you like to see]
• Building Expressions (Calculated Columns), using Builder
A Complete recap on all Queries
Module 5
SPECIAL QUERIES
ACTION QUERIES
Action Queries
• In the earlier Module you have seen Select Queries which just mere
instructions reproduce existing data
• Action Queries are one step ahead they update and append the
existing data with additional information. (make sure while
performing action queries, you have back up)
Types of Action Queries
• Update Query
• Make Table Query
• Finding Unmatched Records using (ISNULL)
• Delete Query
• Append Query
• Union Query using SQL View
• Cross Tab Query (Tabular view with Rows and Columns)
Updating
• First Create a Select Query
• Click on Update option
• Give the update action query
• Get the final update
CREATING FORMS
Forms for Managing Database
• Not Database oriented
• Collect user input based on query criteria
• Organize and Group buttons in related Tasks
• To By pass the navigation Pane.
Generating forms from tables
TO Create a Basic Form Quickly within
Two Clicks You can use Form Option
Select the Table on which you want to
Create Form
And Click on the Form option to have the
ready-made form
Once you are done you need to adjust the
same as per requirement
Other Options
Generating forms from Wizard
• TO Create a Form from Wizard, Select a Table & Select Option
• Follow the Wizard and Your Form will be ready
• You need to do Tweaking before saving the Form
Designing Forms
• Creating forms in Design view
• Exploring the form property sheet – Very Important
• Setting data sources
• Adding components with form controls
• Understanding input boxes
• Record navigation
• Adding buttons
• Assigning a tab order
• Checking out the More Forms options
• Creating a navigation form
CREATING REPORTS
Reports
• Reports are to summarize the Data and to Print
• Using Report Wizard
• Creating reports with Design
• Editing Report Layout
• Grouping and Sorting Reports
• Creating Calculations
• Conditional Formatting
• Print Settings
WORKING WITH MACROS
Macros
• Creating Basic Macros
• Embedding Macros into Button
• Attaching Data to Macros
• Launching Macros as Startup

Weitere ähnliche Inhalte

Was ist angesagt?

MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksskomadina
 
Ms access tutorial
Ms access tutorialMs access tutorial
Ms access tutorialminga48
 
Access 2013 Unit D
Access 2013 Unit DAccess 2013 Unit D
Access 2013 Unit Djarana00
 
Excel 2013 Unit C
Excel 2013 Unit CExcel 2013 Unit C
Excel 2013 Unit Cjarana00
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access TutorialvirtualMaryam
 
Access 2013 Unit B
Access 2013 Unit BAccess 2013 Unit B
Access 2013 Unit Bjarana00
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPTokmomwalking
 
Ms access basics ppt
Ms access basics ppt Ms access basics ppt
Ms access basics ppt vethics
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access NotesPyi Soe
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007Reshma Arun
 
Ms access notes
Ms access notesMs access notes
Ms access notesIKIARA
 
MS Access Ch 2 PPT
MS Access Ch 2 PPTMS Access Ch 2 PPT
MS Access Ch 2 PPTprsmith72
 
Ms access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal sahaMs access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal saha253253
 
Tutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft AccessTutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft Accessmcclellm
 
PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |Umesh Kumar
 

Was ist angesagt? (19)

001.general
001.general001.general
001.general
 
MS Access teaching powerpoint tasks
MS Access teaching powerpoint tasksMS Access teaching powerpoint tasks
MS Access teaching powerpoint tasks
 
Access 2007 lecture notes students
Access 2007 lecture notes studentsAccess 2007 lecture notes students
Access 2007 lecture notes students
 
Ms access tutorial
Ms access tutorialMs access tutorial
Ms access tutorial
 
Access 2013 Unit D
Access 2013 Unit DAccess 2013 Unit D
Access 2013 Unit D
 
Excel 2013 Unit C
Excel 2013 Unit CExcel 2013 Unit C
Excel 2013 Unit C
 
IS100 Week 8
IS100 Week 8IS100 Week 8
IS100 Week 8
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
 
Access 2013 Unit B
Access 2013 Unit BAccess 2013 Unit B
Access 2013 Unit B
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
 
Ms access basics ppt
Ms access basics ppt Ms access basics ppt
Ms access basics ppt
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access Notes
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
 
Ms access notes
Ms access notesMs access notes
Ms access notes
 
MS Access Ch 2 PPT
MS Access Ch 2 PPTMS Access Ch 2 PPT
MS Access Ch 2 PPT
 
Effective Use of Excel
Effective Use of ExcelEffective Use of Excel
Effective Use of Excel
 
Ms access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal sahaMs access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal saha
 
Tutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft AccessTutorial for using SQL in Microsoft Access
Tutorial for using SQL in Microsoft Access
 
PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |PPT On MS-Access 2007 | Full Concepts |
PPT On MS-Access 2007 | Full Concepts |
 

Ähnlich wie Access essential training framework

Ähnlich wie Access essential training framework (20)

Access 06
Access 06Access 06
Access 06
 
MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
 
MS Access.pptx
MS Access.pptxMS Access.pptx
MS Access.pptx
 
Access 2013 Unit A
Access 2013 Unit AAccess 2013 Unit A
Access 2013 Unit A
 
Ch02 cmpt110
Ch02 cmpt110Ch02 cmpt110
Ch02 cmpt110
 
New slides access
New slides accessNew slides access
New slides access
 
MS ACCESS
MS ACCESSMS ACCESS
MS ACCESS
 
M0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdfM0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdf
 
BI Knowledge Sharing Session 2
BI Knowledge Sharing Session 2BI Knowledge Sharing Session 2
BI Knowledge Sharing Session 2
 
Understand Charts in Excel - Chapter.03
Understand Charts in Excel - Chapter.03Understand Charts in Excel - Chapter.03
Understand Charts in Excel - Chapter.03
 
MS-ACCESS.pptx
MS-ACCESS.pptxMS-ACCESS.pptx
MS-ACCESS.pptx
 
Ms access
Ms accessMs access
Ms access
 
Access 01
Access 01Access 01
Access 01
 
Building better SQL Server Databases
Building better SQL Server DatabasesBuilding better SQL Server Databases
Building better SQL Server Databases
 
HTML5 &CSS: Chapter 08
HTML5 &CSS: Chapter 08HTML5 &CSS: Chapter 08
HTML5 &CSS: Chapter 08
 
Access 03
Access 03Access 03
Access 03
 
Ch01 CMPT110
Ch01 CMPT110Ch01 CMPT110
Ch01 CMPT110
 
SAP ABAP data dictionary
SAP ABAP data dictionarySAP ABAP data dictionary
SAP ABAP data dictionary
 
Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010
 
OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATION
 

Mehr von Vijay Perepa

Add picture to comment
Add picture to commentAdd picture to comment
Add picture to commentVijay Perepa
 
Excel short cut series function keys
Excel short cut series   function keysExcel short cut series   function keys
Excel short cut series function keysVijay Perepa
 
PowerPoint Info-Graphics
PowerPoint Info-GraphicsPowerPoint Info-Graphics
PowerPoint Info-GraphicsVijay Perepa
 
Types of charts in Excel and How to use them
Types of charts in Excel and How to use themTypes of charts in Excel and How to use them
Types of charts in Excel and How to use themVijay Perepa
 
Pivot table essential learning 1
Pivot table   essential learning 1Pivot table   essential learning 1
Pivot table essential learning 1Vijay Perepa
 
Pivot table essential learning 2
Pivot table   essential learning 2Pivot table   essential learning 2
Pivot table essential learning 2Vijay Perepa
 
Modeling in microsoft excel
Modeling in microsoft excelModeling in microsoft excel
Modeling in microsoft excelVijay Perepa
 
Understanding excel’s error values
Understanding excel’s error valuesUnderstanding excel’s error values
Understanding excel’s error valuesVijay Perepa
 
Excel training commands not in ribbon
Excel training   commands not in ribbonExcel training   commands not in ribbon
Excel training commands not in ribbonVijay Perepa
 
E learning excel vba programming lesson 5
E learning excel vba programming  lesson 5E learning excel vba programming  lesson 5
E learning excel vba programming lesson 5Vijay Perepa
 
E learning excel vba programming lesson 4
E learning excel vba programming  lesson 4E learning excel vba programming  lesson 4
E learning excel vba programming lesson 4Vijay Perepa
 
Power point short cut keys
Power point short cut keysPower point short cut keys
Power point short cut keysVijay Perepa
 
Understanding excel’s error values
Understanding excel’s error valuesUnderstanding excel’s error values
Understanding excel’s error valuesVijay Perepa
 
E learning excel vba programming lesson 3
E learning excel vba programming  lesson 3E learning excel vba programming  lesson 3
E learning excel vba programming lesson 3Vijay Perepa
 
Excel information formulae par ii ameet z academy
Excel information formulae par ii  ameet z academyExcel information formulae par ii  ameet z academy
Excel information formulae par ii ameet z academyVijay Perepa
 
Excel information formulae ameet z academy
Excel information formulae   ameet z academyExcel information formulae   ameet z academy
Excel information formulae ameet z academyVijay Perepa
 
Excel text formulae ameet z academy
Excel text formulae   ameet z academyExcel text formulae   ameet z academy
Excel text formulae ameet z academyVijay Perepa
 
E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)Vijay Perepa
 
E learning excel short cut keys
E learning excel short cut keysE learning excel short cut keys
E learning excel short cut keysVijay Perepa
 

Mehr von Vijay Perepa (20)

Add picture to comment
Add picture to commentAdd picture to comment
Add picture to comment
 
Excel short cut series function keys
Excel short cut series   function keysExcel short cut series   function keys
Excel short cut series function keys
 
PowerPoint Info-Graphics
PowerPoint Info-GraphicsPowerPoint Info-Graphics
PowerPoint Info-Graphics
 
Types of charts in Excel and How to use them
Types of charts in Excel and How to use themTypes of charts in Excel and How to use them
Types of charts in Excel and How to use them
 
Pivot table essential learning 1
Pivot table   essential learning 1Pivot table   essential learning 1
Pivot table essential learning 1
 
Pivot table essential learning 2
Pivot table   essential learning 2Pivot table   essential learning 2
Pivot table essential learning 2
 
Modeling in microsoft excel
Modeling in microsoft excelModeling in microsoft excel
Modeling in microsoft excel
 
Understanding excel’s error values
Understanding excel’s error valuesUnderstanding excel’s error values
Understanding excel’s error values
 
Excel training commands not in ribbon
Excel training   commands not in ribbonExcel training   commands not in ribbon
Excel training commands not in ribbon
 
E learning excel vba programming lesson 5
E learning excel vba programming  lesson 5E learning excel vba programming  lesson 5
E learning excel vba programming lesson 5
 
E learning excel vba programming lesson 4
E learning excel vba programming  lesson 4E learning excel vba programming  lesson 4
E learning excel vba programming lesson 4
 
Pivot table
Pivot tablePivot table
Pivot table
 
Power point short cut keys
Power point short cut keysPower point short cut keys
Power point short cut keys
 
Understanding excel’s error values
Understanding excel’s error valuesUnderstanding excel’s error values
Understanding excel’s error values
 
E learning excel vba programming lesson 3
E learning excel vba programming  lesson 3E learning excel vba programming  lesson 3
E learning excel vba programming lesson 3
 
Excel information formulae par ii ameet z academy
Excel information formulae par ii  ameet z academyExcel information formulae par ii  ameet z academy
Excel information formulae par ii ameet z academy
 
Excel information formulae ameet z academy
Excel information formulae   ameet z academyExcel information formulae   ameet z academy
Excel information formulae ameet z academy
 
Excel text formulae ameet z academy
Excel text formulae   ameet z academyExcel text formulae   ameet z academy
Excel text formulae ameet z academy
 
E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)
 
E learning excel short cut keys
E learning excel short cut keysE learning excel short cut keys
E learning excel short cut keys
 

Kürzlich hochgeladen

Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...liera silvan
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 

Kürzlich hochgeladen (20)

Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 

Access essential training framework

  • 2. Introduction • Quick Access Toolbar • Creating Backup – Save as Backup • Navigation Pan ( All Access Objects – Left hand side) • F11 and Alt Short Cut Keys • Trusted Locations – Trust Centre Settings
  • 4. When you working with ACCESS You need to Know the following: Tables Store the Data Forms To Enter the Data into Tables Queries Asks Questions to Extract info Reports Prints the info you need
  • 6. Understanding Table Structure It is the key to work with Access Effectively Components of Table Structure • Records - Horizontal Rows contains broken chain of properties of individual entity • Fields – Vertical Columns , is a single property of each record and used to track the information within each record (First Name, Last name, Date of Joining are examples) Field Data Types – define the information that can be stored
  • 7. Field Data Types Short Text (up to 255 Characters) Long Text (up to 65536 Characters) Numbers with various constraints e.g., Whole numbers, decimal etc., Date/Time Currency Auto Number (Created by Access) Yes/No (Binary Field) Attachment / Hyperlink Calculated Fields and Lookup Wizard
  • 8. Data Table Keys 1 Access Stores the Data in Related Tables. 2 This is for identifying each record uniquely 3 Need to understand the Primary Key 4 Primary key helps to identify the related record in additional tables 5 In the related Table the same field called as Foreign Key
  • 9. Database Normalization First Normal Form ( 1NF) • Each Cell of a Table contains only Single Value Second Normal Form (2NF) • Data not dependent on the Primary Key to be pushed to another Table Third Normal Form (3NF) • Data that can be derived from other fields should not be stored Tables are the foundation to your Database, to be created accurately
  • 10. ACTIVITY LETS CREATE A TABLE ASSIGN DATA TYPES SAVE THE TABLE Another Table From Existing Data Available Set the Primary Key and Foreign Key
  • 12. Referential Integration Establish Relation-ship between Primary Key and Foreign Key By Enforcing Referential Integration, we can avoid entering wrong data with using the Primary key and Foreign Key Cascading Effects helps us to update and delete respective records as well
  • 14. ACTIVITY • Build Relation • Referential Integration • Cascading Effect
  • 16. Sheet & Design Views Editing Table Structure in Design View 1 Toggling between Data Sheet View and Design Views 2 Various ways to shift between Design View and Table View 3 Adding Fields and Change the Field Headings 4
  • 17. Controlling input with Masks Design View Input Masks Help To make a Consistent and Easy Database Entry Input Masks Helps a lot Example- To make accurate Entry of Phone number in IS Format
  • 18. Setting Additional Field Properties Different Fields for each Data Type Date Auto Number Short Text Email
  • 20. Challenge • Create A Table Structure with Proper Fields • Create another Table with some data and establish Relation ship with first Table
  • 22. Formatting • Formatting Tables and Records • Sorting Data • Filter Data • Status Bar to see number of characters and other information • Search and Replace
  • 24. What is Query A Powerful way of asking a Question about your data Constructed from Records and Fields They Create Temporary Data Sheet and will not be saved. Only Queries are saved It Updates the Temporary Data Sheet to the current Status Look and Function Just like A Table, But not a Table (Its called Record Set)
  • 25. Ways to create a Query Using Simple Query Wizard • Pulling required information from two relational tables • Look at the Relation-ships to understand what you can get from a Query Building Queries in Designer View • Sort View using a Specific Field • Using Show/Hide Option [check box] • Establishing Constraints • Using Simple Criteria • Criterial with Wildcards (* , ?) • “[abc]*” • Multiple Query Criteria with AND / OR , BETWEEN Statements
  • 26. What is a Simple Query ID GuestID CreditCard# Expiry Date 1 1 12345678 11/4/2018 2 1 231234566 11/4/2018 3 1 23123456 11/4/2018 4 3 10987234 11/4/2018 Pulling Data from Relational Table and Placing in one Table Format
  • 27. Query in Design View – using filtering constraints Sort View using a Specific Field Using Show/Hide Option [check box] Establishing Constraints Using Simple Criteria Criterial with Wildcards (* , ?) “[abc]*” Multiple Query Criteria with AND / OR , BETWEEN Statements
  • 28. Filtering Data with Math Comparisons • Comparison Operators • > Greater Than • < Less Than • <> No Equal to • <= Less than or Equal to • >= Greater than Equal to • Majorly used to calculate Value Fields • Parameter Requests - Like [which alphabet to begin with] & “*” [which Country would you like to see] • Building Expressions (Calculated Columns), using Builder
  • 29. A Complete recap on all Queries
  • 31. Action Queries • In the earlier Module you have seen Select Queries which just mere instructions reproduce existing data • Action Queries are one step ahead they update and append the existing data with additional information. (make sure while performing action queries, you have back up)
  • 32. Types of Action Queries • Update Query • Make Table Query • Finding Unmatched Records using (ISNULL) • Delete Query • Append Query • Union Query using SQL View • Cross Tab Query (Tabular view with Rows and Columns)
  • 33. Updating • First Create a Select Query • Click on Update option • Give the update action query • Get the final update
  • 35. Forms for Managing Database • Not Database oriented • Collect user input based on query criteria • Organize and Group buttons in related Tasks • To By pass the navigation Pane.
  • 36. Generating forms from tables TO Create a Basic Form Quickly within Two Clicks You can use Form Option Select the Table on which you want to Create Form And Click on the Form option to have the ready-made form Once you are done you need to adjust the same as per requirement Other Options
  • 37. Generating forms from Wizard • TO Create a Form from Wizard, Select a Table & Select Option • Follow the Wizard and Your Form will be ready • You need to do Tweaking before saving the Form
  • 38. Designing Forms • Creating forms in Design view • Exploring the form property sheet – Very Important • Setting data sources • Adding components with form controls • Understanding input boxes • Record navigation • Adding buttons • Assigning a tab order • Checking out the More Forms options • Creating a navigation form
  • 40. Reports • Reports are to summarize the Data and to Print • Using Report Wizard • Creating reports with Design • Editing Report Layout • Grouping and Sorting Reports • Creating Calculations • Conditional Formatting • Print Settings
  • 42. Macros • Creating Basic Macros • Embedding Macros into Button • Attaching Data to Macros • Launching Macros as Startup

Hinweis der Redaktion

  1. Referential Integrity – We cannot enter a Credit Card Data relating to a guest whose record doesn’t exist in the Related Table It also doesn’t allow delete a guest record whose credit card information is there in the Credit Card Table In other words it prevents orphan Records. Cascading Effect - Cascading Effect for updating and Deleting the records
  2. Change Phone Number Format or Deciding how the input format should be
  3. Change the number of characters in Field size of Short Text it allows Caption – Field Caption Indexed – Indexing any specific Field with duplicates yes , duplicates no, no Default Value – To skip the Entry by choosing most common value in that field Establishing Validation Rules – for Example for Expiry Date of Credit Card , Validation rules are Gatekeepers to make sure correct information entered
  4. Lookup Value Dramatically Speed up the Data entry
  5. Understanding queries Creating queries with the Simple Query Wizard Building queries in Design view Establishing constraints with criteria Specifying criteria with wildcards Leveraging multiple criteria with AND and OR statements Filtering with mathematical comparisons Creating flexible queries with parameter requests using [ ] etc Building expressions (using expression builder) Obtaining summary statistics