SlideShare una empresa de Scribd logo
1 de 39
BATRA SIR
OBJECTIVES
by the end of this presentation, you will be able to:
• Create and maintain an ACCESS table
• Develop a query
GETTING STARTED
• Double click on your desk top icon
or
• Click Start -> Programs -> Microsoft Access.
Create a New Database
• Click Blank Access Database
• Click OK
• Save in:
- click the drop down arrow
-click location to save database
• File name: type a file name for
the database.
• Click Create.
Open an Existing Database
• Click Open an Existing Database
• Select a file from list of files.
• Click OK
THE ACCESS DATABASE WINDOW
ACCESS DATABASE:
Relational Databases.
ACCESS is a relational database management system.
Relational databases allow you to organize your data into tables; each table
can be linked to other tables
Database Components.
Microsoft Access uses four objects to create a Database:
• Tables
• Queries
• Forms ( Not in this chapter )
• Reports. ( Not in this chapter )
Table
- Is the basic element
- contains the data entered by users.
Elements into tables:
* field: one piece of information
* row (or record): a set of fields
Query
- extracts selected data from a table .
Form
- used to enter new data into the database or display existing
data.
Report
- extracts selected data from a table for printing.
DATABASE WINDOW COMPONENTS
Menu Bar
Command Buttons
Object Tabs
Favorites
DATABASE WINDOW COMPONENTS
Menu Bar
contains commands and submenus.
Object Tabs
to see a list of all objects in that category: Tables, Queries, Forms,…
Command buttons
- Allow :
* to create a new database
* to Open an existing one for modifying the Design
Groups
- You can keep related objects of different types together in a group.
Favorites
- shortcuts to frequently used file folders and databases.
TABLES
Record (row)
Field (column)
Navigator Scroll Bars
- Move to first record
- Move back one record
- Move forward one record
- Move to last record
- Move to new record
- Total number of records in the table
What is a Table?
A table is a database object used to store, organize and view data.
Tables are comprised of:
• Fields - represented by columns
• Records - stored as rows.
Tables look like EXCEL worksheets.
CHANGE COLUMN APPEARANCE
Select a column with the down arrow:
CHANGE COLUMN APPEARANCE
Resize
Select
Move
Hide
Show:
Freeze:
Unfreeze:
ENTER, VIEW AND MODIFY DATA
Undo Sort Find
ENTERING DATA
Enter Data
VIEW DATA
Find Data
Sorting
MODIFY DATA
Edit Undo
Esc (keyboard key)
Replace Data
TABLE DESIGN
Design View
Data Normalization
Primary Key
Smallest
Components
(Address)
TABLE DESIGN
Tables are the heart of a database
Categorize Your Data
-Each table should deal with one category of data
- and have a unique key to which all the other fields are related.
Normalize Your Data
- Data normalization increases the accuracy of your data
- and saves space on your database by eliminating duplicate information.
Choose a Primary Key
- A Primary Key is a field that uniquely identifies each record in the table.
DATA TYPE DEFINITIONS
Text
Memo
Number
Date/ time
Currency
Auto Number
Yes/No
OLE object
FIELD PROPERTIES
FIELD PROPERTIES
The properties for each field in your table are displayed in the Field Properties pane in
Field Size :- Sets a maximum size for data.
• text is 255 characters
• number
- byte (255)
- integer (+/- 32,000, no fractions)
- long integer (+/- 2 billion, no fractions)
- single (floating point, decimal precision 7)
- double floating point, (decimal precision 15)
Format Date/time, currency, and numbers have several display
formats available.
Input Mask Controls the way data is entered; frequently used for
telephone numbers, postal codes, SSN #’s, date/time fields.
Caption text for the label used as the column heading when
displaying
mtables and queries.
Default Value Specifies a value that will be automatically entered when you
create a new record.
Validation Rule Controls the values to be entered into a field;
Validation Text The message that will be displayed when the
rule is broken
Required Click Yes to indicate that data must be entered into the field.
Allow Zero Length Applies to text, memo and Hyperlink only. Entering a zero
length string (“”) means.
Indexed An index helps ACCESS find and sort records faster; use on
fields you search frequently
TABLE RELATIONSHIPS
View related tables in Datasheet view.
Sub datasheet
Orders Order Details
TABLE RELATIONSHIPS
Viewing multiple tables in the same window in Datasheet view
Open multiple tables in Datasheet View:
Sub datasheet
it is allowed to show a related table by clicking on the small + in each row in
datasheet view.
Each Table has a Unique Focus
Each table focuses on one topic; the topic is usually defined
by the Primary Key
Tables are related by common fields
tables can be joined so that all detail information can be displayed
QUERY WIZARD
Find Duplicates
What is a Query?
Queries ask questions about your database. You can design a query manually,
specifying all of the tables and fields you wish to display on your screen, or you
can use a Query Wizard to create simple displays in predefined formats.
Sort sequence Selection
criteria
DESIGN VIEW
CRITERIA EXPRESSIONS
Selection criteria
COMMON EXPRESSIONS
Criteria Expression Shows records where
France Value is France
Not France Value is not France
In (France, Germany, Italy) Value is France, Germany, or Italy
<M Value begins with letters A-L
>=M Value begins with letters M-Z
100 Numeric value is 100
<=20 Numeric value is less than or equal to
20
Date() Date is today’s date
Now Current date and time
>=#1/1/98# Date is on or after 1/1/98
Between #1/1/98#AND#12/31/98# Date is in the year 1998
2/*/* Date is in the month of February
Null The field does not contain a value
Is Not Null The field contains a value
SUMMATION QUERIES
Click on
Totals icon
Totals row
RUN
SUMMATION QUERIES
Queries provide either detail information or summation information about the
data in your Tables.
For example
• Detail – Display information from an individual table row.
• Summary – Show a count of the number of checks written to a
particular Payee
To obtain totals or “grouped by” category information, you must add the
TOTALS
row to your Query design grid:
• Click the Totals button on the toolbar.
FILTERS: Filter by Selection
Based on a Table:
Select value to be
used as criterion.
Filtered data
What is a Filter?
Filters act like Queries; they allow you to select and view data records quickly.
A filter differs from a query in the following ways:
a) entire records are reviewed, not just specified fields
b) multiple tables cannot be accessed in a filter
c) calculations cannot be performed in a filter
d) the filter tool can be selected from table datasheet view, query view or form
view.
Applying a Filter There are two ways to filter:
Filter by Selection –specify one criterion by clicking on a value you are looking for within a
datasheet or form:
Filter by Form – specify both criteria and conditions in a blank version of your table.
CLOSING ACCESS
Object Window Close Button
Access Application Close Button
New slides access
New slides access

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Ms access tutorial
Ms access tutorialMs access tutorial
Ms access tutorial
 
Microsoft Office Excel
Microsoft Office ExcelMicrosoft Office Excel
Microsoft Office Excel
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access ppt
 
Access07 l1 ch1
Access07 l1 ch1Access07 l1 ch1
Access07 l1 ch1
 
ITT PROJECT IN EXCEL AND WORD
ITT PROJECT IN EXCEL AND WORDITT PROJECT IN EXCEL AND WORD
ITT PROJECT IN EXCEL AND WORD
 
Cis145 Final Review
Cis145 Final ReviewCis145 Final Review
Cis145 Final Review
 
Access 2007 lecture notes students
Access 2007 lecture notes studentsAccess 2007 lecture notes students
Access 2007 lecture notes students
 
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 |
 
MS Excel Ch 2 PPT
MS Excel Ch 2 PPTMS Excel Ch 2 PPT
MS Excel Ch 2 PPT
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access Notes
 
MS Excel Ch 3 PPT
MS Excel Ch 3 PPTMS Excel Ch 3 PPT
MS Excel Ch 3 PPT
 
Excel 2007 Unit H
Excel 2007 Unit HExcel 2007 Unit H
Excel 2007 Unit H
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Pivot table presentation
Pivot table presentationPivot table presentation
Pivot table presentation
 
Pivot Tables
Pivot TablesPivot Tables
Pivot Tables
 
Create a table access - office
Create a table   access - officeCreate a table   access - office
Create a table access - office
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
 
001.general
001.general001.general
001.general
 
MS Access 2010 tutorial 5
MS Access 2010 tutorial 5MS Access 2010 tutorial 5
MS Access 2010 tutorial 5
 
NCompass Live: Excel for Librarians
NCompass Live: Excel for LibrariansNCompass Live: Excel for Librarians
NCompass Live: Excel for Librarians
 

Destacado

GR8 SharePoint Conference - Automating Business Processes with Workflows and ...
GR8 SharePoint Conference - Automating Business Processes with Workflows and ...GR8 SharePoint Conference - Automating Business Processes with Workflows and ...
GR8 SharePoint Conference - Automating Business Processes with Workflows and ...klcarmean
 
Share Point Server 2007ù Workflows I I I Collect Digital Signatures For A ...
Share Point  Server 2007ù Workflows  I I I  Collect Digital Signatures For A ...Share Point  Server 2007ù Workflows  I I I  Collect Digital Signatures For A ...
Share Point Server 2007ù Workflows I I I Collect Digital Signatures For A ...Oklahoma Dept. Mental Health
 
Jim Taliferro CMHC Quality Team Day 2010 Application
Jim Taliferro CMHC Quality Team Day 2010 ApplicationJim Taliferro CMHC Quality Team Day 2010 Application
Jim Taliferro CMHC Quality Team Day 2010 ApplicationOklahoma Dept. Mental Health
 

Destacado (9)

GR8 SharePoint Conference - Automating Business Processes with Workflows and ...
GR8 SharePoint Conference - Automating Business Processes with Workflows and ...GR8 SharePoint Conference - Automating Business Processes with Workflows and ...
GR8 SharePoint Conference - Automating Business Processes with Workflows and ...
 
JTCMHC IS Policies
JTCMHC IS PoliciesJTCMHC IS Policies
JTCMHC IS Policies
 
Share Point Server 2007ù Workflows I I I Collect Digital Signatures For A ...
Share Point  Server 2007ù Workflows  I I I  Collect Digital Signatures For A ...Share Point  Server 2007ù Workflows  I I I  Collect Digital Signatures For A ...
Share Point Server 2007ù Workflows I I I Collect Digital Signatures For A ...
 
Quality team day slideshow 2010 taliaferro
Quality team day slideshow 2010   taliaferroQuality team day slideshow 2010   taliaferro
Quality team day slideshow 2010 taliaferro
 
Msword
MswordMsword
Msword
 
Word 2007ù Bullets, Numbers, And Lists
Word 2007ù Bullets, Numbers, And ListsWord 2007ù Bullets, Numbers, And Lists
Word 2007ù Bullets, Numbers, And Lists
 
Jim Taliferro CMHC Quality Team Day 2010 Application
Jim Taliferro CMHC Quality Team Day 2010 ApplicationJim Taliferro CMHC Quality Team Day 2010 Application
Jim Taliferro CMHC Quality Team Day 2010 Application
 
Jim Taliaferro Quality Team Day 2010 Poster
Jim Taliaferro Quality Team Day 2010 PosterJim Taliaferro Quality Team Day 2010 Poster
Jim Taliaferro Quality Team Day 2010 Poster
 
Critical Incident Reporting
Critical Incident ReportingCritical Incident Reporting
Critical Incident Reporting
 

Similar a New slides access

access1.ppt
access1.pptaccess1.ppt
access1.pptmayada34
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access TutorialvirtualMaryam
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxEsubalew21
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxEsubalew21
 
Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010home
 
Access2003
Access2003Access2003
Access2003mrh1222
 
Access2003
Access2003Access2003
Access2003tanik363
 
OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONYoomiLaataBekele
 
Access essential training framework
Access essential training   frameworkAccess essential training   framework
Access essential training frameworkVijay Perepa
 
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxINTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxmariuse18nolet
 
Excel notes by satish kumar avunoori
Excel notes by satish kumar avunooriExcel notes by satish kumar avunoori
Excel notes by satish kumar avunooriSatish Kumar
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt1520lakshyagupta
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptwondmhunegn
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptJoselitoTan2
 

Similar a New slides access (20)

access1.ppt
access1.pptaccess1.ppt
access1.ppt
 
MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
 
IS100 Week 8
IS100 Week 8IS100 Week 8
IS100 Week 8
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptx
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptx
 
Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010Chapter 4 microsoft access 2010
Chapter 4 microsoft access 2010
 
MS Access 2010 tutorial 3
MS Access 2010 tutorial 3MS Access 2010 tutorial 3
MS Access 2010 tutorial 3
 
Tableau.pdf
Tableau.pdfTableau.pdf
Tableau.pdf
 
Access2003
Access2003Access2003
Access2003
 
Access2003
Access2003Access2003
Access2003
 
OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATION
 
Access essential training framework
Access essential training   frameworkAccess essential training   framework
Access essential training framework
 
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docxINTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
INTRODUCTION TO ACCESSOBJECTIVESDefine th.docx
 
Ppt Lesson 13
Ppt Lesson 13Ppt Lesson 13
Ppt Lesson 13
 
Ms access
Ms accessMs access
Ms access
 
Excel notes by satish kumar avunoori
Excel notes by satish kumar avunooriExcel notes by satish kumar avunoori
Excel notes by satish kumar avunoori
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 
MS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.pptMS-Access Tables Forms Queries Reports.ppt
MS-Access Tables Forms Queries Reports.ppt
 

Último

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Último (20)

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

New slides access

  • 2. OBJECTIVES by the end of this presentation, you will be able to: • Create and maintain an ACCESS table • Develop a query
  • 3. GETTING STARTED • Double click on your desk top icon or • Click Start -> Programs -> Microsoft Access.
  • 4. Create a New Database • Click Blank Access Database • Click OK • Save in: - click the drop down arrow -click location to save database • File name: type a file name for the database. • Click Create.
  • 5.
  • 6. Open an Existing Database • Click Open an Existing Database • Select a file from list of files. • Click OK
  • 8. ACCESS DATABASE: Relational Databases. ACCESS is a relational database management system. Relational databases allow you to organize your data into tables; each table can be linked to other tables Database Components. Microsoft Access uses four objects to create a Database: • Tables • Queries • Forms ( Not in this chapter ) • Reports. ( Not in this chapter )
  • 9. Table - Is the basic element - contains the data entered by users. Elements into tables: * field: one piece of information * row (or record): a set of fields Query - extracts selected data from a table . Form - used to enter new data into the database or display existing data. Report - extracts selected data from a table for printing.
  • 10. DATABASE WINDOW COMPONENTS Menu Bar Command Buttons Object Tabs Favorites
  • 11. DATABASE WINDOW COMPONENTS Menu Bar contains commands and submenus. Object Tabs to see a list of all objects in that category: Tables, Queries, Forms,… Command buttons - Allow : * to create a new database * to Open an existing one for modifying the Design Groups - You can keep related objects of different types together in a group. Favorites - shortcuts to frequently used file folders and databases.
  • 13. - Move to first record - Move back one record - Move forward one record - Move to last record - Move to new record - Total number of records in the table
  • 14. What is a Table? A table is a database object used to store, organize and view data. Tables are comprised of: • Fields - represented by columns • Records - stored as rows. Tables look like EXCEL worksheets.
  • 15. CHANGE COLUMN APPEARANCE Select a column with the down arrow:
  • 17. ENTER, VIEW AND MODIFY DATA Undo Sort Find ENTERING DATA Enter Data VIEW DATA Find Data Sorting
  • 18. MODIFY DATA Edit Undo Esc (keyboard key) Replace Data
  • 19. TABLE DESIGN Design View Data Normalization Primary Key Smallest Components (Address)
  • 20. TABLE DESIGN Tables are the heart of a database Categorize Your Data -Each table should deal with one category of data - and have a unique key to which all the other fields are related. Normalize Your Data - Data normalization increases the accuracy of your data - and saves space on your database by eliminating duplicate information. Choose a Primary Key - A Primary Key is a field that uniquely identifies each record in the table.
  • 21. DATA TYPE DEFINITIONS Text Memo Number Date/ time Currency Auto Number Yes/No OLE object
  • 23. FIELD PROPERTIES The properties for each field in your table are displayed in the Field Properties pane in Field Size :- Sets a maximum size for data. • text is 255 characters • number - byte (255) - integer (+/- 32,000, no fractions) - long integer (+/- 2 billion, no fractions) - single (floating point, decimal precision 7) - double floating point, (decimal precision 15)
  • 24. Format Date/time, currency, and numbers have several display formats available. Input Mask Controls the way data is entered; frequently used for telephone numbers, postal codes, SSN #’s, date/time fields. Caption text for the label used as the column heading when displaying mtables and queries. Default Value Specifies a value that will be automatically entered when you create a new record. Validation Rule Controls the values to be entered into a field; Validation Text The message that will be displayed when the rule is broken
  • 25. Required Click Yes to indicate that data must be entered into the field. Allow Zero Length Applies to text, memo and Hyperlink only. Entering a zero length string (“”) means. Indexed An index helps ACCESS find and sort records faster; use on fields you search frequently
  • 26. TABLE RELATIONSHIPS View related tables in Datasheet view. Sub datasheet Orders Order Details
  • 27. TABLE RELATIONSHIPS Viewing multiple tables in the same window in Datasheet view Open multiple tables in Datasheet View: Sub datasheet it is allowed to show a related table by clicking on the small + in each row in datasheet view. Each Table has a Unique Focus Each table focuses on one topic; the topic is usually defined by the Primary Key Tables are related by common fields tables can be joined so that all detail information can be displayed
  • 29. What is a Query? Queries ask questions about your database. You can design a query manually, specifying all of the tables and fields you wish to display on your screen, or you can use a Query Wizard to create simple displays in predefined formats.
  • 32. COMMON EXPRESSIONS Criteria Expression Shows records where France Value is France Not France Value is not France In (France, Germany, Italy) Value is France, Germany, or Italy <M Value begins with letters A-L >=M Value begins with letters M-Z 100 Numeric value is 100 <=20 Numeric value is less than or equal to 20 Date() Date is today’s date Now Current date and time >=#1/1/98# Date is on or after 1/1/98 Between #1/1/98#AND#12/31/98# Date is in the year 1998 2/*/* Date is in the month of February Null The field does not contain a value Is Not Null The field contains a value
  • 33. SUMMATION QUERIES Click on Totals icon Totals row RUN
  • 34. SUMMATION QUERIES Queries provide either detail information or summation information about the data in your Tables. For example • Detail – Display information from an individual table row. • Summary – Show a count of the number of checks written to a particular Payee To obtain totals or “grouped by” category information, you must add the TOTALS row to your Query design grid: • Click the Totals button on the toolbar.
  • 35. FILTERS: Filter by Selection Based on a Table: Select value to be used as criterion. Filtered data
  • 36. What is a Filter? Filters act like Queries; they allow you to select and view data records quickly. A filter differs from a query in the following ways: a) entire records are reviewed, not just specified fields b) multiple tables cannot be accessed in a filter c) calculations cannot be performed in a filter d) the filter tool can be selected from table datasheet view, query view or form view. Applying a Filter There are two ways to filter: Filter by Selection –specify one criterion by clicking on a value you are looking for within a datasheet or form: Filter by Form – specify both criteria and conditions in a blank version of your table.
  • 37. CLOSING ACCESS Object Window Close Button Access Application Close Button