<?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 to make an address locator for township-range-section polygons in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509101#M28873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;alright how do i join to two tables together?&lt;BR /&gt;&lt;BR /&gt;explain it idiot proof for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume all Townships are North in your jurisdiction and all Ranges are West for your ownership data and in your jurisdiction.&amp;nbsp; So you would only need to deal with the numbers.&amp;nbsp; This is shown in the TwpRngSec field of your Sections table with a value like 16405525.&amp;nbsp; Check if that column is a text field or a number field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add a column header in the next empty column of your ownership table named TwpRngSec (in cell D1).&amp;nbsp; To make a text value in your owner table that would match the value in that same column in the Section table you would add a formula to cell D2 that reads:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;=CONCATENATE(IF(B2&amp;lt;100,"0",""),IF(B2&amp;lt;10,"0",""),B2,IF(C2&amp;lt;100,"0",""),IF(C2&amp;lt;10,"0",""),C2,IF(A2&amp;lt;10,"0",""),A2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the value that appears is 14509323 the formula worked.&amp;nbsp; Copy that formula down to the bottom of the table (double click the cell corner).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This formula should work for all Townships from 1 to 999, all Ranges from 1 to 999 and all Sections from 1 to 36 (and technically also up to 99).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Excel table can be joined on the column named TwpRngSec to the field named TwpRngSec in the Section table provided it is imported into ArcMap with field type that is compatible with the one used in the Section table.&amp;nbsp; Or else join it to the TRSTXT field if it imports as text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do not use the Excel table directly for the join.&amp;nbsp; Import it to a File Geodatabase table or a dbase table.&amp;nbsp; (I always use File Geodatabase Tables and Feature Classes and hate shapefiles).&amp;nbsp; If the relationship is one to many (one section has many owners) you need to import both the owner table and the Section shapefile into the same File Geodatabase to use the Make Query Table too correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 17:14:40 GMT</pubDate>
    <dc:creator>RichardFairhurst</dc:creator>
    <dc:date>2014-01-22T17:14:40Z</dc:date>
    <item>
      <title>how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509098#M28870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As stated im having troubles making an address locator to show land ownership&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 company owns 4000+++ peices of land which i have on an excell spreadsheet broken town to Township Range Section&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have the state sections breakdown date&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the table looks like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://i843.photobucket.com/albums/zz360/mattr1992/attTable_zpse57b10f8.png"&gt;&lt;IMG src="http://i843.photobucket.com/albums/zz360/mattr1992/attTable_zpse57b10f8.png" /&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but im stuck at this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://i843.photobucket.com/albums/zz360/mattr1992/addresstable_zpsa26b559a.png"&gt;&lt;IMG src="http://i843.photobucket.com/albums/zz360/mattr1992/addresstable_zpsa26b559a.png" /&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im guessing i need to add an alia refrence data of my collected data from my spreadsheets but im unsure how to arrange that and if i can just add a excel file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509098#M28870</guid>
      <dc:creator>MatthewPainter1</dc:creator>
      <dc:date>2014-01-22T15:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509099#M28871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You only showed the Section table.&amp;nbsp; Show the relevant Section Township and Range fields of the Owner data that could match that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would not bother with an address locator at all.&amp;nbsp; I would do a standard concatenation of the section fields to form a single string uniquely describing each section and create a Join/Make Query Table merge of the two datasets.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509099#M28871</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-22T16:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509100#M28872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You only showed the Section table.&amp;nbsp; Show the relevant Section Township and Range fields of the Owner data that could match that.&lt;BR /&gt;&lt;BR /&gt;I would not bother with an address locator at all.&amp;nbsp; I would do a standard concatenation of the section fields to form a single string uniquely describing each section and create a Join/Make Query Table merge of the two datasets.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is a shot of some of the data i have&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;IMG src="http://i843.photobucket.com/albums/zz360/mattr1992/dunncountytest_zpsdb47aa3d.png" /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alright how do i join to two tables together?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;explain it idiot proof for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509100#M28872</guid>
      <dc:creator>MatthewPainter1</dc:creator>
      <dc:date>2014-01-22T16:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509101#M28873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;alright how do i join to two tables together?&lt;BR /&gt;&lt;BR /&gt;explain it idiot proof for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume all Townships are North in your jurisdiction and all Ranges are West for your ownership data and in your jurisdiction.&amp;nbsp; So you would only need to deal with the numbers.&amp;nbsp; This is shown in the TwpRngSec field of your Sections table with a value like 16405525.&amp;nbsp; Check if that column is a text field or a number field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add a column header in the next empty column of your ownership table named TwpRngSec (in cell D1).&amp;nbsp; To make a text value in your owner table that would match the value in that same column in the Section table you would add a formula to cell D2 that reads:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;=CONCATENATE(IF(B2&amp;lt;100,"0",""),IF(B2&amp;lt;10,"0",""),B2,IF(C2&amp;lt;100,"0",""),IF(C2&amp;lt;10,"0",""),C2,IF(A2&amp;lt;10,"0",""),A2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the value that appears is 14509323 the formula worked.&amp;nbsp; Copy that formula down to the bottom of the table (double click the cell corner).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This formula should work for all Townships from 1 to 999, all Ranges from 1 to 999 and all Sections from 1 to 36 (and technically also up to 99).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Excel table can be joined on the column named TwpRngSec to the field named TwpRngSec in the Section table provided it is imported into ArcMap with field type that is compatible with the one used in the Section table.&amp;nbsp; Or else join it to the TRSTXT field if it imports as text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do not use the Excel table directly for the join.&amp;nbsp; Import it to a File Geodatabase table or a dbase table.&amp;nbsp; (I always use File Geodatabase Tables and Feature Classes and hate shapefiles).&amp;nbsp; If the relationship is one to many (one section has many owners) you need to import both the owner table and the Section shapefile into the same File Geodatabase to use the Make Query Table too correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 17:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509101#M28873</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-22T17:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509102#M28874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I assume all Townships are North in your jurisdiction and all Ranges are West for your ownership data and in your jurisdiction.&amp;nbsp; So you would only need to deal with the numbers.&amp;nbsp; This is shown in the TwpRngSec field of your Sections table with a value like 16405525.&amp;nbsp; Check if that column is a text field or a number field.&lt;BR /&gt;&lt;BR /&gt;Add a column header in the next empty column of your ownership table named TwpRngSec (in cell D1).&amp;nbsp; To make a text value in your owner table that would match the value in that same column in the Section table you would add a formula to cell D2 that reads:&lt;BR /&gt;&lt;BR /&gt;=CONCATENATE(IF(B2&amp;lt;100,"0",""),IF(B2&amp;lt;10,"0",""),B2,IF(C2&amp;lt;100,"0",""),IF(C2&amp;lt;10,"0",""),C2,IF(A2&amp;lt;10,"0",""),A2)&lt;BR /&gt;&lt;BR /&gt;If the value that appears is 14509323 the formula worked.&amp;nbsp; Copy that formula down to the bottom of the table (double click the cell corner).&lt;BR /&gt;&lt;BR /&gt;This formula should work for all Townships from 1 to 999, all Ranges from 1 to 999 and all Sections from 1 to 36 (and technically also up to 99).&lt;BR /&gt;&lt;BR /&gt;The Excel table can be joined on the column named TwpRngSec to the field named TwpRngSec in the Section table provided it is imported into ArcMap with field type that is compatible with the one used in the Section table.&amp;nbsp; Or else join it to the TRSTXT field if it imports as text.&lt;BR /&gt;&lt;BR /&gt;Do not use the Excel table directly for the join.&amp;nbsp; Import it to a File Geodatabase table or a dbase table.&amp;nbsp; (I always use File Geodatabase Tables and Feature Classes and hate shapefiles).&amp;nbsp; If the relationship is one to many (one section has many owners) you need to import both the owner table and the Section shapefile into the same File Geodatabase to use the Make Query Table too correctly.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alright i believe i did everything you said &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;IMG src="http://i843.photobucket.com/albums/zz360/mattr1992/join1_zps198ebf52.png" /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but when i joined it my table shows up on the end as shown in the photo but doesnt so anything?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 17:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509102#M28874</guid>
      <dc:creator>MatthewPainter1</dc:creator>
      <dc:date>2014-01-22T17:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509103#M28875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;alright i believe i did everything you said &lt;BR /&gt;&lt;BR /&gt;but when i joined it my table shows up on the end as shown in the photo but doesnt so anything?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You did not import the Excel table, otherwise it would have an FID or ObjectID field.&amp;nbsp; I don't use Excel for joins ever, because Excel spreadsheets are not really tables with defined field types and it rarely works.&amp;nbsp; I am also not sure you can join to an Excel formula field ever, since it does not really store the value it shows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a File Geodatabase and import (or export) the Excel spreadsheet to it before joining it.&amp;nbsp; Also convert your Section Shapefile to the File Geodatabase as a Feature Class (right click it in catalog and choose data export into the file geodatabase by making sure the type of target is a geodatabase at the bottom of the dialog).&amp;nbsp; Performance will improve and memory faults like you are seeing will be avoided.&amp;nbsp; Before Joining make sure the owner field is numeric if you are joining to the TwpRngSec field of the Sections.&amp;nbsp; If it imports as text join it to the TRSTXT field.&amp;nbsp; Get used to using File Geodatabases if you want to do professional GIS work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know if more than one owner is associated to any given section ever?&amp;nbsp; If that type of relationship exists a join will not work to show you all of the owners, only one of them.&amp;nbsp; To see all of the owners you would need to use the Make Query Table Tool.&amp;nbsp; If only one owner is associated to a Section the regular Join is fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not really sure what your owner table does for you, since it only has township information and no owner names or IDs to group or symbolize on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 18:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509103#M28875</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-22T18:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509104#M28876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Keep in mind the Join or Make Query Table will end up creating polygons, while the Address Locator option would create points.&amp;nbsp; The effects you can do when overlapping of multiple ownerships per section occurs will differ.&amp;nbsp; With Polygons you would have to use open hatched symbology with a variety of hatch patterns and different outline widths and colors to make them all visible on the map.&amp;nbsp; With points you could do dispersion techniques.&amp;nbsp; So choose the approach that ends up showing the effect you want.&amp;nbsp; Either way the TwpRngSec field will let you do the Join or Locator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 19:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509104#M28876</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-22T19:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509105#M28877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alright so i did what you said by making a file gdb and importing my data to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added to the map and i did the join although my data shows up as &amp;lt;null&amp;gt; whats this mean? did i do something wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 15:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509105#M28877</guid>
      <dc:creator>MatthewPainter1</dc:creator>
      <dc:date>2014-01-23T15:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509106#M28878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;also wont let me alter the data time in the tables properties&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509106#M28878</guid>
      <dc:creator>MatthewPainter1</dc:creator>
      <dc:date>2014-01-23T16:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509107#M28879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Alright&lt;BR /&gt;&lt;BR /&gt;so i uploaded the table how you meantioned into a new file gdb to work from i included a column for ownership and a column thats the same as in my sections table and the formula looks like it matches up... cool beans&lt;BR /&gt;&lt;BR /&gt;when i imported the sections to my gdb as a feature class it seems like it screwed up some settings as you can see it fully shades my map? but skimming through properties its identical to the original??? whats the cause of this?&lt;BR /&gt;&lt;BR /&gt;alright now to join it finally... am i missing the simplicity of this project and making it harder than it is...&lt;BR /&gt;here i join it although it doesnt list the corresponding column on my table??? why is this? &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the Sections shading I am not sure what occurred.&amp;nbsp; I would check the Source tab of the layer properties and verify that it is the same Coordinate system as the original.&amp;nbsp; Also test altering the Symbology tab setting.&amp;nbsp; It does not look like it matches the symbology in the legend, so we want to make it match that symbology.&amp;nbsp; For the export did you right click the Sections shapefile and use the Data Export to Single Feature Class option?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the second, probably the formula did not export.&amp;nbsp; You will have to convert the formula to actual values.&amp;nbsp; To keep your original data with the formulas select everything on the page and then use the Paste Special - Values Only on a new tab of the Spreadsheet to convert the formula to value.&amp;nbsp; Then retry the export/import of the Excel table using the second sheet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lets forget about the time format issue until the normal layer behavior for drawing and joining is solved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509107#M28879</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-23T16:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509108#M28880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the second, probably the formula did not export.&amp;nbsp; You will have to convert the formula to actual values.&amp;nbsp; To keep your original data with the formulas select everything on the page and then use the Paste Special - Values Only on a new tab of the Spreadsheet to convert the formula to value.&amp;nbsp; Then retry the export/import of the Excel table using the second sheet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lets forget about the time format issue until the normal layer behavior for drawing and joining is solved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alright i did what you said and imported a new table that has no formula only the values. Doing so TWPRNGSEC Owner columns are listed as text data fields and cannot be alter nor show up in the drop menu when trying to join? It gives me an error when trying to change them to double.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 16:50:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509108#M28880</guid>
      <dc:creator>MatthewPainter1</dc:creator>
      <dc:date>2014-01-23T16:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509109#M28881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;alright i did what you said and imported a new table that has no formula only the values. Doing so TWPRNGSEC Owner columns are listed as text data fields and cannot be alter nor show up in the drop menu when trying to join? It gives me an error when trying to change them to double.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't change the type, but you can change the name in a File Geodatabase in ArcCatalog.&amp;nbsp; So change the name and call the exported field TRSTXT instead to match the name of the Text Field in the Section table.&amp;nbsp; Then create a new field and give it the TWPRNGSEC name and make it a long or double field.&amp;nbsp; Then use the Field Calculator to calculate the TRSTXT field text values into it.&amp;nbsp; As long as every text value is a valid number the calculation will do the conversion and not give you any error.&amp;nbsp; An error would occur if a non-numeric value is in that column, but you can tell the calculation to proceed and it will convert what it can.&amp;nbsp; Then everything will join fine (except any records that threw an error, which would not have worked anyway).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These types of hurdles are not uncommon with GIS, especially when conversions are involved, but after a while you learn what works and what doesn't and it gets faster overcoming these kinds of glitches.&amp;nbsp; These kinds of glitches are why I generally avoid using Excel, because it is not a real database and makes faulty assumptions during conversion to a real database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume the Section layer display problem is resolved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 18:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509109#M28881</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-23T18:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509110#M28882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assume the Section layer display problem is resolved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes the section layer doesnt block out the map anymore and the join worked perfectly thank you for helping me figure that out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new ownership shows up but doesnt display on the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;IMG src="http://i843.photobucket.com/albums/zz360/mattr1992/dunn_zps54eb4b2a.png" /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there a setting im unaware of?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 19:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509110#M28882</guid>
      <dc:creator>MatthewPainter1</dc:creator>
      <dc:date>2014-01-23T19:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509111#M28883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The new ownership shows up but doesnt display on the map?&lt;BR /&gt;&lt;BR /&gt;is there a setting im unaware of?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that you have a successful join you have to use the joined fields to change the layer properties to use them.&amp;nbsp; You could change the Label tab settings to display owner names from the joined fields or you could change the Symbology tab settings to show different fill or outline colors or hatch symbols based on different ownerships using a Categorized symbol legend list.&amp;nbsp; Your owner table is only township/range/section data, which the Section table already had.&amp;nbsp; So the owner table may needs more fields about the owners to be useful for making the layer show ownership information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the ownership was all for one company then you could make the Symbology Categories only show NULL values in the list for the TWPRNGSEC field with a background symbol for that value, and then assign a fill symbol intended for your company to the All Other Values option and rename that option with the Company name.&amp;nbsp; You would have to have a field that had the company name in every record of the Company table to make the symbology work where the category list has the company name and the All Other Values option is showing a background symbol for lands not owned by the company.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or else you could make a simple fill symbol for the whole layer and set a Definition Query tab to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NOT JoinTable.TWPRNGSEC IS NULL&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JoinTable is just a dummy name value.&amp;nbsp; Use the field list to substitute the actual qualified join field name in the expression from the Joined table.&amp;nbsp; This will filter the layer to only show sections that are actually in the table that the company owns.&amp;nbsp; Then you would have to have the map showing an area where the company owns some sections and does not own other to see the full effect of those symbology settings.&amp;nbsp; You could optionally use that expression to select company owned Sections with a Select By Attributes query also.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 19:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509111#M28883</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-23T19:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509112#M28884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;alright i totally understand what your talking about with editing the symbol and i can do it with any other file i load, but i cant edit anything on the joined file?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; its like invisible? while its loading when i make a change i can see that my land is displayed but its covered by the base map and wont display further? It acts as transparent but isnt.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 15:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509112#M28884</guid>
      <dc:creator>MatthewPainter1</dc:creator>
      <dc:date>2014-01-24T15:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509113#M28885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;alright i totally understand what your talking about with editing the symbol and i can do it with any other file i load, but i cant edit anything on the joined file?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; its like invisible? while its loading when i make a change i can see that my land is displayed but its covered by the base map and wont display further? It acts as transparent but isnt.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't follow what you are describing.&amp;nbsp; I assume the layer is above the base map in the table of contents so that it is not actually covered by the base map (layer order matters).&amp;nbsp; Beyond that I am not sure what you have configured.&amp;nbsp; Do you have any a transparent setting value in the layer Display tab?&amp;nbsp; A picture of the map and table of contents and possibly the layer symbology tab would help me understand what you have set up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But you are correct that by design joined data cannot be edited directly in a joined table, only the original table that the data was joined to can be edited in that view.&amp;nbsp; The joined data has to be edited through the original unjoined table view of the join data source.&amp;nbsp; There may be a delay for the refresh that has to be forced after each edit to make the join show the edit effect and the edit may have to be saved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or are you saying you cannot change the actual symbology?&amp;nbsp; If that is the case create two copies of the layer and make one unjoined and the other joined.&amp;nbsp; Use a simple symbol in both and make sure the joined version is on top of the other.&amp;nbsp; Make the lower layer show the background symbol for all sections.&amp;nbsp; Make the joined layer above it solid to cover up the lower layer and set the Definition Query tab to have the expression:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NOT joinedTable.TWPRNGSEC IS NULL&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only edit your owner table directly and force a refresh after editing it.&amp;nbsp; See the pictures that hopefully explain the way I want you to set everything up.&amp;nbsp; I did it with my Section data.&amp;nbsp; In my case I used a field called UNIQNUM to create the join for my Owner_Test table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 17:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509113#M28885</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-24T17:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509114#M28886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alright i do understand i would have to edit the original table to make changes like that and force a restart but thats not what im talking about. these photos will shed some light on my problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; First photo &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;IMG src="http://i843.photobucket.com/albums/zz360/mattr1992/1_zpsd9e6b50b.png" /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This photo shows the entire sections that has been joined with my data now how to i get my data to display over my other layers disregarding null values so it doesnt cover everything?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;IMG src="http://i843.photobucket.com/albums/zz360/mattr1992/2_zps0c5b57d5.png" /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 18:58:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509114#M28886</guid>
      <dc:creator>MatthewPainter1</dc:creator>
      <dc:date>2014-01-24T18:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509115#M28887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Alright i do understand i would have to edit the original table to make changes like that and force a restart but thats not what im talking about. these photos will shed some light on my problem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; First photo &lt;BR /&gt;&lt;BR /&gt;This photo shows the entire sections that has been joined with my data now how to i get my data to display over my other layers disregarding null values so it doesnt cover everything?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do what I did.&amp;nbsp; I told you to stop using a Categorized Symbology and make a layer with a single symbol that only shows the ownership and not every section.&amp;nbsp; Use a Definition Query to do the filter to only show the company (see my second screen shot).&amp;nbsp; Make the symbology less transparent by changing the setting on the Display tab (screen shot your Display tab for me.&amp;nbsp; Do exactly what I did in my screenshots (except of course change the field name to match your table and filtering field).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you still want all sections to display with a different transparent setting, add the Sections in again as a separate unjoined layer and make sure the unfiltered Section layer is below your company layer.&amp;nbsp; If the base map covers everything, prove you can put any other layer layer on top of it.&amp;nbsp; I don't use base maps.&amp;nbsp; My County has all of the data that created ESRIs base maps so I create my own from the original data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your real layer order is not shown in the Table of Contents, since you are on the Source tab view of the Table of Contents.&amp;nbsp; Switch to the Display view and show the real layer order.&amp;nbsp; (The buttons at the top left corner of the Table of Contents dockable window.)&amp;nbsp; The Source Tab view button is pressed (the one that looks like a database tank with a folder below it),&amp;nbsp; The Display tab button looks like a folder tree.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Trash that layer and add the Section layer fresh, then add the join (don't add the table again or remove the table).&amp;nbsp; If you add the layer again it should be really on the top level.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 20:59:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509115#M28887</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-24T20:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509116#M28888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a screenshot of something I set up in about 10 minutes with a Basemap background, transparent hollow sections and solid company sections.&amp;nbsp; If you can;t do this with your current map start a fresh map and do these steps in this order:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Switch your table of Contents to Display tab view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First add the Basemap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now add two copies of the Section layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the symbology of the bottom Section layer properties to hollow on the Symbology tab and to 70% transparent on the Display tab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the top Section layer properties, change the layer name to your company name on the General Tab, change the single symbol on the Symbology tab to a solid color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Join the top Section layer to your company data (don't add the table to the map, just use the browse button on the Join properties window to add the table to the join table slot) and complete the join.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to the Definition Query tab and make it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NOT YourCompanyTable.TWPRNGSEC IS NULL&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Substitute the table name you created for the YourCompanyName in the expression above by clicking that field in the field list to replace that text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that does not work, either something is wrong with ArcMap or your not following my instructions in the right order.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 21:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509116#M28888</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-24T21:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an address locator for township-range-section polygons</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509117#M28889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a screenshot of something I set up in about 10 minutes with a Basemap background, transparent hollow sections and solid company sections.&amp;nbsp; If you can't do this with your current map start a fresh map and do these steps in this order:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Switch your table of Contents to Display tab view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First add the Basemap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now add two copies of the Section layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the symbology of the bottom Section layer properties to hollow on the Symbology tab and to 70% transparent on the Display tab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the top Section layer properties, change the layer name to your company name on the General Tab, change the single symbol on the Symbology tab to a red solid color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Join the top Section layer to your company data (don't add the table to the map, just use the browse button on the Join properties window to add the table to the join table slot) and complete the join.&amp;nbsp; (if you do add the table to the map, switch the Table of Content view back from Source view to Display view, since adding a table automatically places you in Source view).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to the Definition Query tab and make it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NOT YourCompanyTable.TWPRNGSEC IS NULL&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Substitute the table name you created for the YourCompanyName in the expression above by clicking that field in the field list to replace that text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that does not work, either your not following my instructions in the right order or something is wrong with your ArcMap installation.&amp;nbsp; After you get this to work to recreate what I have done then you can mess with the symbology to fit your exact design ideas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 21:50:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-make-an-address-locator-for-township-range/m-p/509117#M28889</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-01-24T21:50:25Z</dc:date>
    </item>
  </channel>
</rss>

