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?

Database Design
Database DesignDatabase Design
Database Design
learnt
 
2 database system concepts and architecture
2 database system concepts and architecture2 database system concepts and architecture
2 database system concepts and architecture
Kumar
 
Pivot table presentation
Pivot table presentationPivot table presentation
Pivot table presentation
Sha Tibnjn
 

Was ist angesagt? (20)

Database Design
Database DesignDatabase Design
Database Design
 
IMPORT AND EXPORT UTILITIES IN MS-ACCESS
IMPORT AND EXPORT UTILITIES IN MS-ACCESSIMPORT AND EXPORT UTILITIES IN MS-ACCESS
IMPORT AND EXPORT UTILITIES IN MS-ACCESS
 
SQL practice questions - set 3
SQL practice questions - set 3SQL practice questions - set 3
SQL practice questions - set 3
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
 
Open SQL & Internal Table
Open SQL & Internal TableOpen SQL & Internal Table
Open SQL & Internal Table
 
Data Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. ExcelData Analysis & Visualization using MS. Excel
Data Analysis & Visualization using MS. Excel
 
11 Database Concepts
11 Database Concepts11 Database Concepts
11 Database Concepts
 
Database management systems cs403 power point slides lecture 06
Database management systems   cs403 power point slides lecture 06Database management systems   cs403 power point slides lecture 06
Database management systems cs403 power point slides lecture 06
 
Ms access
Ms accessMs access
Ms access
 
2 database system concepts and architecture
2 database system concepts and architecture2 database system concepts and architecture
2 database system concepts and architecture
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment Help
 
Excel Pivot Tables
Excel Pivot TablesExcel Pivot Tables
Excel Pivot Tables
 
Pivot Table | Statistics
Pivot Table | StatisticsPivot Table | Statistics
Pivot Table | Statistics
 
Ms access
Ms accessMs access
Ms access
 
Fusion ERP Direct Integration with EPBCS
Fusion ERP Direct Integration with EPBCSFusion ERP Direct Integration with EPBCS
Fusion ERP Direct Integration with EPBCS
 
Ms access 2010
Ms access 2010Ms access 2010
Ms access 2010
 
Pivot table presentation
Pivot table presentationPivot table presentation
Pivot table presentation
 
Power point final practical exam
Power point final practical examPower point final practical exam
Power point final practical exam
 
MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
 
Access ppt
Access ppt Access ppt
Access ppt
 

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
 
knowledgeforumpowerbitrainingnew-230816140827-5eb14be7.pdf
knowledgeforumpowerbitrainingnew-230816140827-5eb14be7.pdfknowledgeforumpowerbitrainingnew-230816140827-5eb14be7.pdf
knowledgeforumpowerbitrainingnew-230816140827-5eb14be7.pdf
Rame28
 
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
 
knowledgeforumpowerbitrainingnew-230816140827-5eb14be7.pdf
knowledgeforumpowerbitrainingnew-230816140827-5eb14be7.pdfknowledgeforumpowerbitrainingnew-230816140827-5eb14be7.pdf
knowledgeforumpowerbitrainingnew-230816140827-5eb14be7.pdf
 
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
 

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

Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
UXDXConf
 

Kürzlich hochgeladen (20)

Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4j
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024WebRTC and SIP not just audio and video @ OpenSIPS 2024
WebRTC and SIP not just audio and video @ OpenSIPS 2024
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. Startups
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptxBT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 

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