<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I get Microsoft Access queries to appear in ArcCatalog? in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1239741#M4182</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;What about where Esri states this..."...Access queries are available."&amp;nbsp; &amp;nbsp;On &lt;A title="Link to Esri" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/connecting-to-a-2007-microsoft-access-database.htm" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&lt;/P&gt;&lt;H5&gt;"Note: Linked tables in Access are not viewable through an OLE DB connection, although Access queries are available. To use the linked table, create a query in Access that references the linked table and connect to the linked table through the query in the OLE DB connection.&lt;/H5&gt;&lt;DIV class=""&gt;&lt;P&gt;Because OLE DB connections do not have an Object ID field, which is a field maintained by ArcGIS that guarantees a unique ID for each row in the table, you cannot perform certain operations in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ArcMap&lt;/SPAN&gt;. These include selecting the features in the layer on the map in any way, applying a definition query, creating full relates, or editing the attributes. For more information about working with tables that lack Object IDs, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/fundamentals-of-objectid-fields.htm" target="_blank" rel="noopener"&gt;Fundamentals of Object ID fields&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 09 Dec 2022 18:13:10 GMT</pubDate>
    <dc:creator>JohnCodd</dc:creator>
    <dc:date>2022-12-09T18:13:10Z</dc:date>
    <item>
      <title>How can I get Microsoft Access queries to appear in ArcCatalog?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1174717#M3749</link>
      <description>&lt;P&gt;Hello Everyone!&lt;/P&gt;&lt;P&gt;I'm attempting to make a connection between an MS Access database and a shapefile in ArcMap. My current plan is this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Export data from our software to MS Access.&lt;/LI&gt;&lt;LI&gt;Use a query in that Access database to aggregate the fields we need.&lt;/LI&gt;&lt;LI&gt;Join the fields in this query to our current polygon shapefile.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Everything was going well until I got the the last step. The query that I built in Access is not visible in ArcCatalog; I can only see the tables. I'm not sure where to go from here. Is there a way to get queries to show in ArcCatalog? Or even a better way to accomplish my goal?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 18:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1174717#M3749</guid>
      <dc:creator>EllieHakariAK</dc:creator>
      <dc:date>2022-05-17T18:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Microsoft Access queries to appear in ArcCatalog?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1174771#M3750</link>
      <description>&lt;P&gt;Is there a reason the table needs to be dynamic?&lt;/P&gt;&lt;P&gt;Could go into the query in Access in design mode, change to Make Table query and run it.&lt;/P&gt;&lt;P&gt;Now, there will be a table that you can load into ArcMap/Catalog and join on.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 19:22:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1174771#M3750</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-05-17T19:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Microsoft Access queries to appear in ArcCatalog?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1174780#M3751</link>
      <description>&lt;P&gt;How are you connecting to Access? If you just are double clicking and opening the .mdb file from the catalog this won't work with queries.&amp;nbsp; To access a query you must set up an ODBC connection.&amp;nbsp; This is the safest way to connect, because directly opening the mdb file from ArcMap/ArcCatalog can add geodatabase cruft to your MS Access database.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You can use tables from a Microsoft Access database in ArcMap through an OLE DB connection. OLE DB is a standard for sharing data between applications, enabling you to view the Access database in ArcMap. To maintain data integrity, you should only modify an Access database in Access.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All Microsoft Access databases (.mdb) are shown and you can browse to them using ArcCatalog or the Catalog window. &lt;STRONG&gt;You should only browse to and add data directly from personal geodatabases (a type of Microsoft Access database), and use OLE DB connections to nongeodatabase Microsoft Access databases&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/connecting-to-a-microsoft-access-database.htm" target="_self"&gt;ArcMap 10.8 Help:&amp;nbsp;Connect to a Microsoft Access database (.mdb) in ArcGIS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 01:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1174780#M3751</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2022-05-19T01:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Microsoft Access queries to appear in ArcCatalog?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1175000#M3754</link>
      <description>&lt;P&gt;No there is not. I have wanted MS Access functionality in ArcCatalog ever since File Geodatabases were born.&lt;/P&gt;&lt;P&gt;Just to clarify, when you say MS Database are you creating a Personal Geodatabase with ArcCatalog and using it in MS Access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have quite often performed queries and data updates in MS Access&amp;nbsp; as it is often quite easier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an option to look at the SQL coding for a query but it does not translate properly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 12:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1175000#M3754</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2022-05-18T12:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Microsoft Access queries to appear in ArcCatalog?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1175102#M3758</link>
      <description>&lt;P&gt;This worked perfectly, thank you! I've used Access for 6+ years and never had to use (or even know about) "Make Table". Once I did that, the table showed up in ArcMap and I joined it to the polygon file without issue. I'll still have to open the Access DB and run the query each time I need to update the file, but that's so much better than what I've been doing. So thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 15:19:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1175102#M3758</guid>
      <dc:creator>EllieHakariAK</dc:creator>
      <dc:date>2022-05-18T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Microsoft Access queries to appear in ArcCatalog?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1175104#M3759</link>
      <description>&lt;P&gt;Hey Robert,&lt;/P&gt;&lt;P&gt;I'm just using the tables in the .mdb to join to a shapefile in order to associate the data with its location. I ended up using Rhett's suggestion higher up in this thread and it worked perfectly for what I needed!&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 15:25:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1175104#M3759</guid>
      <dc:creator>EllieHakariAK</dc:creator>
      <dc:date>2022-05-18T15:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Microsoft Access queries to appear in ArcCatalog?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1239741#M4182</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;What about where Esri states this..."...Access queries are available."&amp;nbsp; &amp;nbsp;On &lt;A title="Link to Esri" href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/connecting-to-a-2007-microsoft-access-database.htm" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&lt;/P&gt;&lt;H5&gt;"Note: Linked tables in Access are not viewable through an OLE DB connection, although Access queries are available. To use the linked table, create a query in Access that references the linked table and connect to the linked table through the query in the OLE DB connection.&lt;/H5&gt;&lt;DIV class=""&gt;&lt;P&gt;Because OLE DB connections do not have an Object ID field, which is a field maintained by ArcGIS that guarantees a unique ID for each row in the table, you cannot perform certain operations in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ArcMap&lt;/SPAN&gt;. These include selecting the features in the layer on the map in any way, applying a definition query, creating full relates, or editing the attributes. For more information about working with tables that lack Object IDs, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/fundamentals-of-objectid-fields.htm" target="_blank" rel="noopener"&gt;Fundamentals of Object ID fields&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Dec 2022 18:13:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1239741#M4182</guid>
      <dc:creator>JohnCodd</dc:creator>
      <dc:date>2022-12-09T18:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Microsoft Access queries to appear in ArcCatalog?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1239743#M4183</link>
      <description>&lt;P&gt;Hi Curt:&amp;nbsp; Esri says the &lt;SPAN&gt;OLE DB connection allows seeing/using Access Queries.&amp;nbsp; I have that connection made, but only see my tables.&amp;nbsp; Any thoughts&amp;nbsp;on this?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 18:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-can-i-get-microsoft-access-queries-to-appear/m-p/1239743#M4183</guid>
      <dc:creator>JohnCodd</dc:creator>
      <dc:date>2022-12-09T18:15:47Z</dc:date>
    </item>
  </channel>
</rss>

