SlideShare ist ein Scribd-Unternehmen logo
1 von 36
Downloaden Sie, um offline zu lesen
Part II: Microsoft Access
    With extensions to ArcGIS and Google Earth




Excel                                      Access
Excel and Access are very similar when it comes to running
         powerful queries, running sophisticated calculations, generating
         reports and forms, and connecting to external data.




Access
Access is a data management system with relational data.




Access        Excel stores information in worksheets; Access stores data in tables for
              complex querying in relation to data stored in other locations.
Access is a data management system with relational data.




- Require non-relational view of data (especially      -   Require relational database
  if data is mostly numeric)                           -   May need to add more tables in future
- Want to run calculations and statistical             -   Have a very large amount of data
  comparisons                                          -   Have a lot of data that is mostly text
- Dataset is manageable in size (<=15,000              -   Want to run complex queries
  rows)                                                -   Need to maintain connectivity to external
                                                           databases


  Access            Excel stores information in worksheets; Access stores data in tables for
                    complex querying in relation to data stored in other locations.
Access
Interface
Create a new
                    query

                                                         Retrieve, export or
                                                         connect-to data
                                                         outside of Access




        Navigate-to and filter
        tables, queries,           Select the view of
        forms, and reports         your table or query
                                   (Datasheet,
                                   PivotTable,
                                   PivotChart, Design)



Access
Interface
Access
Query Design
Perform summary
                                                                               calculations (sum, count,
                                                                               average, etc.)


                                                                                        Select fields to
Run/execute                                                                             display and
the query                                                                               perform
                                                                                        calculations on +
                                                                                        set relationships




Create new table or edit existing
                                                     Fields and calculations in resulting query
tables when query runs

   Access             You can write the query in SQL, but the Design View is a graphical
   Query Design       user interface (GUI) that requires no knowledge of SQL language.
Field: Field from existing
                                                                            table to be queried
                                                                            Table: Table where selected
                                                                            field exists
                                                                            Total: When Σ Totals is
                                                                            selected, can perform
                                                                            summary calculations (min,
                                                                            max, avg, etc.); default is
                                                                            “Group By”
                                                                            Sort: Ascending,
                                                                            Descending, or not sorted
                                                                            Show: Field will be displayed
                                                                            in query result if checked
                                                                            Criteria: Query for that field
                                                                            Or: Same as “OR” Boolean




Access         Lines below “or:” are the Criteria for fields other than the first. Including different Criteria
               on the same horizontal line is the same as the “AND” Boolean; different Criteria on
Query Design
               different horizontal lines is the same as the “OR” Boolean
1


         2




Access         1. Select the Create tab   2. Select Query Design
Query Design
1




                           2




Access         In the Show Table, select AREA_FAR, buildingclass,
               LOCATION and USE. Double-click to add each table to the
Query Design
               query design.
Access                  Every table should have a unique identifier (the
                        Primary Key, which is the BBL in our case for most
                                                                             You can relate to other tables by dragging one
                                                                             identifying field to another (BBL to BBL,
Setting Relationships   tables).                                             BLDGCLASS TO BLDGCLASS).
5                                                                  2




                                                 1




                                         3                                  4




               1. Double click each of       2. Select Σ Totals 3. Uncheck Show for            4. Under the Total dropdown,   5. Select Run
Access         the fields shown above                           BLDGCLASS and in the           select Sum for LOTAREA and
Query Design   to add them to query.                            Criteria set it to LIKE ‘I*’   BLDGAREA and Sort the
                                                                                               LOTAREA by Descending
Selecting the View returns back to the Query Design




                           LIKE ‘I*’ selects            LIKE ‘*I’ selects   LIKE ‘*I*’ selects
Access
                           anything that                anything that       anything with an “I”
LIKE Statement             begins with “I”              ends with “I”       in it
2

    3




                        1




               1. Back in Design View, change the            2. Save the query   3. Click Run
Access
               BLDGCLASS Criteria to ‘I1’ to list only
Query Design   Hospitals, Sanitariums, Mental Institutions
Oftentimes there are multiple spellings for the same owner.    TIP: Save a copy of the
Access
                   Selecting one name and replacing the others with the          database before making
Updating Records   correct name can be accomplished via a query.                                updates.
1


  3




                       2




                   1. Create a new query        2. Double-click OWNERNAME and in the Criteria   3. Click Run
Access             (Create > Query Design)      enter LIKE ‘*PRESBYTERIAN H*’ in one row;
Updating Records   and add the Location table   LIKE ‘*PRESPYTERIAN H*’ in another
4
6+7




                           5




                   4. Select Update table   5. After removing the *, in the   6. Click Run   7. A dialog will appear
Access                                      Update To row type in                            to confirm the update.
Updating Records                            PRESBYTERIAN HOSPITAL                            Click Yes
Access             Updating the table for Columbia   LIKE ‘*COLUMBIA U*’
Updating Records   University properties             LIKE ‘*ROYAL CHARTER*’
LIKE ‘*S.K.I.*’
Access             Updating the table for Memorial Sloan-   LIKE ‘*SLOAN-KETT*’
Updating Records   Kettering Cancer Center properties       LIKE ‘*MEMORIAL HOSP*’
                                                            LIKE ‘*SKI REAL*’
Access             Updating the table for St. Luke’s-   LIKE “*ST LUKE’S/R*”
                                                        LIKE ‘*ST LUKES-R*’
Updating Records   Roosevelt Hospital properties.
                                                        LIKE ‘*LUKES H*’
4




                          1. Create a   2. Add LOCATION,   3. Select    4. Create an
Access                    new query     AREA_FAR, and      OWNERNAME,   Expression
Complex Queries/Builder                 USE                BLDGCLASS    using Builder
1                    2




                          1. Navigate to your database and      2. Double-click on the desired Expression
Access                    select the table(s) that contain the  Categories to form an expression for the
Complex Queries/Builder   fields for the calculation (AREA_FAR) available built floor area; set the Criteria to >0
Access
Complex Queries/Builder
Access                    To determine where the developable parcels are, return to Design View
Complex Queries/Builder   and add the BBL and ADDRESS
1
3



                                                          2




    Access                    1. Back in Design View,   2. Enter a Table    3. Click Run to add
                              select Make Table         Name and click OK   the table to the
    Complex Queries/Builder
                                                                            database
1    2




                                                                                   2




                  1. Add Manhattan Tax      2. Navigate to ArcCatalog and select
Access
                  Lots 2011 data to a new   Add OLE DB Connection under
Relating to GIS   ArcMap document           Database Connections
1




                                                        2




                  1. Under the Provider tab, select Microsoft   2. Click Next
Access
                  Office 12.0 Access Database Engine OLE
Relating to GIS   DB Provider
1




                                                      2


                                      3




                  1. Enter the location of the   2. Click Test Connection   3. Click OK if the
Access
                  Access database in the Data    to verify that you can     connection was
Relating to GIS   Source field                   connect to the database    successful
Navigate to the database in ArcCatalog and add the
Access
                  HOSP_OPP table to the document (drag and drop into the
Relating to GIS   Table of Contents).
1



                                                              2




                  2. Make a copy of the Manhattan tax lots        3. Join the HOSP_OPP table to the
Access
                  data (right click to copy, paste into Layers)   copied layer on BBL
Relating to GIS
Access
Relating to GIS
2

         1




                                     3




                      1. Select the Layer To KML   2. Select the new layer and      3. Click OK
Access
                      tool under ArcToolbox >      designate the output file; set
GIS to Google Earth   Conversion Tools > To KML    the output scale to 1
Access                File > Open > navigate to the   Google Earth will maintain symbology
GIS to Google Earth   recently-created KMZ file       and data descriptions from ArcMap
Access
GIS to Google Earth
Columbia University intent to
                                               redevelop existing parking garage




                                                        Applied Sciences NYC
                                                        – Cornell University
                                                        and Israel Institute of
                                                        Technology

MSK to expand
existing hospital       Hunter College to
                        move to E76th Street
                        DSNY garage site; to
                        relocate garage on
                        E25th Street




  Access
  GIS to Google Earth

Weitere ähnliche Inhalte

Was ist angesagt?

Ms word Presentation
Ms word PresentationMs word Presentation
Ms word Presentation
Madhab Behera
 
Creating relationships with tables
Creating relationships with tablesCreating relationships with tables
Creating relationships with tables
Jhen Articona
 
Word2007 tutorial
Word2007 tutorialWord2007 tutorial
Word2007 tutorial
sat646
 

Was ist angesagt? (20)

Ms word Presentation
Ms word PresentationMs word Presentation
Ms word Presentation
 
Ms excel 2007
Ms excel 2007Ms excel 2007
Ms excel 2007
 
Windows presentation
Windows presentationWindows presentation
Windows presentation
 
Microsoft Office Package: Practical Questions
Microsoft Office Package: Practical QuestionsMicrosoft Office Package: Practical Questions
Microsoft Office Package: Practical Questions
 
Introduction to SQL
Introduction to SQLIntroduction to SQL
Introduction to SQL
 
Microsoft access
Microsoft accessMicrosoft access
Microsoft access
 
MS ACCESS (REPORT)
MS ACCESS (REPORT)MS ACCESS (REPORT)
MS ACCESS (REPORT)
 
Installing JDK and first java program
Installing JDK and first java programInstalling JDK and first java program
Installing JDK and first java program
 
Base SAS Full Sample Paper
Base SAS Full Sample Paper Base SAS Full Sample Paper
Base SAS Full Sample Paper
 
Ms Access ppt
Ms Access pptMs Access ppt
Ms Access ppt
 
Openoffice writer
Openoffice writerOpenoffice writer
Openoffice writer
 
Advanced Microsoft word seminar
Advanced Microsoft word seminarAdvanced Microsoft word seminar
Advanced Microsoft word seminar
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentation
 
Microsoft word
Microsoft wordMicrosoft word
Microsoft word
 
Ms word
Ms wordMs word
Ms word
 
Operating system basics
Operating system basicsOperating system basics
Operating system basics
 
Creating relationships with tables
Creating relationships with tablesCreating relationships with tables
Creating relationships with tables
 
Ms word
Ms wordMs word
Ms word
 
What is operating system
What is operating systemWhat is operating system
What is operating system
 
Word2007 tutorial
Word2007 tutorialWord2007 tutorial
Word2007 tutorial
 

Andere mochten auch

MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
virtualMaryam
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
okmomwalking
 
Introduction to microsoft access
Introduction to microsoft accessIntroduction to microsoft access
Introduction to microsoft access
Hardik Patel
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
jigeno
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentation
egirshovich
 

Andere mochten auch (19)

Network Simulation
Network SimulationNetwork Simulation
Network Simulation
 
Ns 2 Network Simulator An Introduction
Ns 2 Network Simulator An IntroductionNs 2 Network Simulator An Introduction
Ns 2 Network Simulator An Introduction
 
How to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseHow to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 Database
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
 
Microsoft Access 2007: Get To Know Access
Microsoft Access 2007: Get To Know AccessMicrosoft Access 2007: Get To Know Access
Microsoft Access 2007: Get To Know Access
 
Training MS Access 2007
Training MS Access 2007Training MS Access 2007
Training MS Access 2007
 
Access 2007 Training
Access 2007 TrainingAccess 2007 Training
Access 2007 Training
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
 
Microsoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 EcdlMicrosoft Access Notes 2007 Ecdl
Microsoft Access Notes 2007 Ecdl
 
Ms access 2007
Ms access 2007Ms access 2007
Ms access 2007
 
Introduction to microsoft access
Introduction to microsoft accessIntroduction to microsoft access
Introduction to microsoft access
 
Advanced Excel &Basic Excel Training
Advanced Excel &Basic Excel TrainingAdvanced Excel &Basic Excel Training
Advanced Excel &Basic Excel Training
 
MS Excel Training(Basic)
MS Excel Training(Basic)MS Excel Training(Basic)
MS Excel Training(Basic)
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
 
1500 most common phrasal verbs with bangla meanings ex
1500 most common phrasal verbs with bangla meanings ex 1500 most common phrasal verbs with bangla meanings ex
1500 most common phrasal verbs with bangla meanings ex
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentation
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 

Ähnlich wie Access presentation

DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
EzekielJames8
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
Amit Sharma
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
Amit Sharma
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
Amit Sharma
 
Splunk | Reporting Use Cases
Splunk | Reporting Use CasesSplunk | Reporting Use Cases
Splunk | Reporting Use Cases
Beth Goldman
 
The life of a query (oracle edition)
The life of a query (oracle edition)The life of a query (oracle edition)
The life of a query (oracle edition)
maclean liu
 
Hive Demo Paper at VLDB 2009
Hive Demo Paper at VLDB 2009Hive Demo Paper at VLDB 2009
Hive Demo Paper at VLDB 2009
Namit Jain
 

Ähnlich wie Access presentation (20)

DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
DSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BIDSN_Power BI
 
NoSQL - A Closer Look to Couchbase
NoSQL - A Closer Look to CouchbaseNoSQL - A Closer Look to Couchbase
NoSQL - A Closer Look to Couchbase
 
Spark Sql and DataFrame
Spark Sql and DataFrameSpark Sql and DataFrame
Spark Sql and DataFrame
 
A Gentle Introduction to Microsoft SSAS
A Gentle Introduction to Microsoft SSASA Gentle Introduction to Microsoft SSAS
A Gentle Introduction to Microsoft SSAS
 
Power bi
Power biPower bi
Power bi
 
Interactive SQL POC on Hadoop (Hive, Presto and Hive-on-Tez)
Interactive SQL POC on Hadoop (Hive, Presto and Hive-on-Tez)Interactive SQL POC on Hadoop (Hive, Presto and Hive-on-Tez)
Interactive SQL POC on Hadoop (Hive, Presto and Hive-on-Tez)
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
 
Financial reporting rpd using obiee
Financial reporting rpd using obieeFinancial reporting rpd using obiee
Financial reporting rpd using obiee
 
PowerBI Training
PowerBI Training PowerBI Training
PowerBI Training
 
Splunk | Reporting Use Cases
Splunk | Reporting Use CasesSplunk | Reporting Use Cases
Splunk | Reporting Use Cases
 
Interactivity on Excel Using Pivoting, Dashboards, “Index and Match,” and Glo...
Interactivity on Excel Using Pivoting, Dashboards, “Index and Match,” and Glo...Interactivity on Excel Using Pivoting, Dashboards, “Index and Match,” and Glo...
Interactivity on Excel Using Pivoting, Dashboards, “Index and Match,” and Glo...
 
Session 14 - Hive
Session 14 - HiveSession 14 - Hive
Session 14 - Hive
 
The life of a query (oracle edition)
The life of a query (oracle edition)The life of a query (oracle edition)
The life of a query (oracle edition)
 
U-SQL Partitioned Data and Tables (SQLBits 2016)
U-SQL Partitioned Data and Tables (SQLBits 2016)U-SQL Partitioned Data and Tables (SQLBits 2016)
U-SQL Partitioned Data and Tables (SQLBits 2016)
 
How to build tabular dashboards using proc report
How to build tabular dashboards using proc reportHow to build tabular dashboards using proc report
How to build tabular dashboards using proc report
 
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BI
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BIOffice 365 Saturday Europe - Self-Service Business Intelligence with Power BI
Office 365 Saturday Europe - Self-Service Business Intelligence with Power BI
 
Hive Demo Paper at VLDB 2009
Hive Demo Paper at VLDB 2009Hive Demo Paper at VLDB 2009
Hive Demo Paper at VLDB 2009
 
Business Analytics 1 Module 2.pdf
Business Analytics 1 Module 2.pdfBusiness Analytics 1 Module 2.pdf
Business Analytics 1 Module 2.pdf
 
Database Change Management | Change Manager 5.1 Beta
Database Change Management | Change Manager 5.1 BetaDatabase Change Management | Change Manager 5.1 Beta
Database Change Management | Change Manager 5.1 Beta
 

Mehr von DUSPviz

Mehr von DUSPviz (20)

Intro to inkscape
Intro to inkscapeIntro to inkscape
Intro to inkscape
 
Intro to Tableau Public
Intro to Tableau PublicIntro to Tableau Public
Intro to Tableau Public
 
Mapping with Adobe CC
Mapping with Adobe CCMapping with Adobe CC
Mapping with Adobe CC
 
Intro to Microsoft Access
Intro to Microsoft AccessIntro to Microsoft Access
Intro to Microsoft Access
 
Intro to Adobe Photoshop
Intro to Adobe PhotoshopIntro to Adobe Photoshop
Intro to Adobe Photoshop
 
Intro to Adobe Illustrator
Intro to Adobe IllustratorIntro to Adobe Illustrator
Intro to Adobe Illustrator
 
Intro to AutoCAD
Intro to AutoCADIntro to AutoCAD
Intro to AutoCAD
 
Google Fusion Tables
Google Fusion TablesGoogle Fusion Tables
Google Fusion Tables
 
Habits of Effective Designers - Handout
Habits of Effective Designers - HandoutHabits of Effective Designers - Handout
Habits of Effective Designers - Handout
 
Habits of Effective Designers
Habits of Effective DesignersHabits of Effective Designers
Habits of Effective Designers
 
Intro to Adobe Illustrator
Intro to Adobe IllustratorIntro to Adobe Illustrator
Intro to Adobe Illustrator
 
Intro to Adobe Photoshop
Intro to Adobe PhotoshopIntro to Adobe Photoshop
Intro to Adobe Photoshop
 
Introduction to InDesign
Introduction to InDesignIntroduction to InDesign
Introduction to InDesign
 
Python Programming for ArcGIS: Part II
Python Programming for ArcGIS: Part IIPython Programming for ArcGIS: Part II
Python Programming for ArcGIS: Part II
 
Python Programming for ArcGIS: Part I
Python Programming for ArcGIS: Part IPython Programming for ArcGIS: Part I
Python Programming for ArcGIS: Part I
 
The DUSP GIS Data Drive
The DUSP GIS Data DriveThe DUSP GIS Data Drive
The DUSP GIS Data Drive
 
GIS Orientation 2015
GIS Orientation 2015GIS Orientation 2015
GIS Orientation 2015
 
Setting up your DUSP ArcGIS Environment
Setting up your DUSP ArcGIS EnvironmentSetting up your DUSP ArcGIS Environment
Setting up your DUSP ArcGIS Environment
 
AFS Connection Instructions
AFS Connection InstructionsAFS Connection Instructions
AFS Connection Instructions
 
Intro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilderIntro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilder
 

Kürzlich hochgeladen

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
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
 
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)
 
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
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
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
 
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...
 
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...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 

Access presentation

  • 1. Part II: Microsoft Access With extensions to ArcGIS and Google Earth Excel Access
  • 2. Excel and Access are very similar when it comes to running powerful queries, running sophisticated calculations, generating reports and forms, and connecting to external data. Access
  • 3. Access is a data management system with relational data. Access Excel stores information in worksheets; Access stores data in tables for complex querying in relation to data stored in other locations.
  • 4. Access is a data management system with relational data. - Require non-relational view of data (especially - Require relational database if data is mostly numeric) - May need to add more tables in future - Want to run calculations and statistical - Have a very large amount of data comparisons - Have a lot of data that is mostly text - Dataset is manageable in size (<=15,000 - Want to run complex queries rows) - Need to maintain connectivity to external databases Access Excel stores information in worksheets; Access stores data in tables for complex querying in relation to data stored in other locations.
  • 6. Create a new query Retrieve, export or connect-to data outside of Access Navigate-to and filter tables, queries, Select the view of forms, and reports your table or query (Datasheet, PivotTable, PivotChart, Design) Access Interface
  • 8. Perform summary calculations (sum, count, average, etc.) Select fields to Run/execute display and the query perform calculations on + set relationships Create new table or edit existing Fields and calculations in resulting query tables when query runs Access You can write the query in SQL, but the Design View is a graphical Query Design user interface (GUI) that requires no knowledge of SQL language.
  • 9. Field: Field from existing table to be queried Table: Table where selected field exists Total: When Σ Totals is selected, can perform summary calculations (min, max, avg, etc.); default is “Group By” Sort: Ascending, Descending, or not sorted Show: Field will be displayed in query result if checked Criteria: Query for that field Or: Same as “OR” Boolean Access Lines below “or:” are the Criteria for fields other than the first. Including different Criteria on the same horizontal line is the same as the “AND” Boolean; different Criteria on Query Design different horizontal lines is the same as the “OR” Boolean
  • 10. 1 2 Access 1. Select the Create tab 2. Select Query Design Query Design
  • 11. 1 2 Access In the Show Table, select AREA_FAR, buildingclass, LOCATION and USE. Double-click to add each table to the Query Design query design.
  • 12. Access Every table should have a unique identifier (the Primary Key, which is the BBL in our case for most You can relate to other tables by dragging one identifying field to another (BBL to BBL, Setting Relationships tables). BLDGCLASS TO BLDGCLASS).
  • 13. 5 2 1 3 4 1. Double click each of 2. Select Σ Totals 3. Uncheck Show for 4. Under the Total dropdown, 5. Select Run Access the fields shown above BLDGCLASS and in the select Sum for LOTAREA and Query Design to add them to query. Criteria set it to LIKE ‘I*’ BLDGAREA and Sort the LOTAREA by Descending
  • 14. Selecting the View returns back to the Query Design LIKE ‘I*’ selects LIKE ‘*I’ selects LIKE ‘*I*’ selects Access anything that anything that anything with an “I” LIKE Statement begins with “I” ends with “I” in it
  • 15. 2 3 1 1. Back in Design View, change the 2. Save the query 3. Click Run Access BLDGCLASS Criteria to ‘I1’ to list only Query Design Hospitals, Sanitariums, Mental Institutions
  • 16. Oftentimes there are multiple spellings for the same owner. TIP: Save a copy of the Access Selecting one name and replacing the others with the database before making Updating Records correct name can be accomplished via a query. updates.
  • 17. 1 3 2 1. Create a new query 2. Double-click OWNERNAME and in the Criteria 3. Click Run Access (Create > Query Design) enter LIKE ‘*PRESBYTERIAN H*’ in one row; Updating Records and add the Location table LIKE ‘*PRESPYTERIAN H*’ in another
  • 18. 4 6+7 5 4. Select Update table 5. After removing the *, in the 6. Click Run 7. A dialog will appear Access Update To row type in to confirm the update. Updating Records PRESBYTERIAN HOSPITAL Click Yes
  • 19. Access Updating the table for Columbia LIKE ‘*COLUMBIA U*’ Updating Records University properties LIKE ‘*ROYAL CHARTER*’
  • 20. LIKE ‘*S.K.I.*’ Access Updating the table for Memorial Sloan- LIKE ‘*SLOAN-KETT*’ Updating Records Kettering Cancer Center properties LIKE ‘*MEMORIAL HOSP*’ LIKE ‘*SKI REAL*’
  • 21. Access Updating the table for St. Luke’s- LIKE “*ST LUKE’S/R*” LIKE ‘*ST LUKES-R*’ Updating Records Roosevelt Hospital properties. LIKE ‘*LUKES H*’
  • 22. 4 1. Create a 2. Add LOCATION, 3. Select 4. Create an Access new query AREA_FAR, and OWNERNAME, Expression Complex Queries/Builder USE BLDGCLASS using Builder
  • 23. 1 2 1. Navigate to your database and 2. Double-click on the desired Expression Access select the table(s) that contain the Categories to form an expression for the Complex Queries/Builder fields for the calculation (AREA_FAR) available built floor area; set the Criteria to >0
  • 25. Access To determine where the developable parcels are, return to Design View Complex Queries/Builder and add the BBL and ADDRESS
  • 26. 1 3 2 Access 1. Back in Design View, 2. Enter a Table 3. Click Run to add select Make Table Name and click OK the table to the Complex Queries/Builder database
  • 27. 1 2 2 1. Add Manhattan Tax 2. Navigate to ArcCatalog and select Access Lots 2011 data to a new Add OLE DB Connection under Relating to GIS ArcMap document Database Connections
  • 28. 1 2 1. Under the Provider tab, select Microsoft 2. Click Next Access Office 12.0 Access Database Engine OLE Relating to GIS DB Provider
  • 29. 1 2 3 1. Enter the location of the 2. Click Test Connection 3. Click OK if the Access Access database in the Data to verify that you can connection was Relating to GIS Source field connect to the database successful
  • 30. Navigate to the database in ArcCatalog and add the Access HOSP_OPP table to the document (drag and drop into the Relating to GIS Table of Contents).
  • 31. 1 2 2. Make a copy of the Manhattan tax lots 3. Join the HOSP_OPP table to the Access data (right click to copy, paste into Layers) copied layer on BBL Relating to GIS
  • 33. 2 1 3 1. Select the Layer To KML 2. Select the new layer and 3. Click OK Access tool under ArcToolbox > designate the output file; set GIS to Google Earth Conversion Tools > To KML the output scale to 1
  • 34. Access File > Open > navigate to the Google Earth will maintain symbology GIS to Google Earth recently-created KMZ file and data descriptions from ArcMap
  • 36. Columbia University intent to redevelop existing parking garage Applied Sciences NYC – Cornell University and Israel Institute of Technology MSK to expand existing hospital Hunter College to move to E76th Street DSNY garage site; to relocate garage on E25th Street Access GIS to Google Earth