<?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 Help! Can't check in an .axf! in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709985#M5180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I extract the point data I collected in the .axf to an excel file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jul 2010 21:58:14 GMT</pubDate>
    <dc:creator>CaseyRagain</dc:creator>
    <dc:date>2010-07-27T21:58:14Z</dc:date>
    <item>
      <title>Help! Can't check in an .axf!</title>
      <link>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709985#M5180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I extract the point data I collected in the .axf to an excel file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 21:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709985#M5180</guid>
      <dc:creator>CaseyRagain</dc:creator>
      <dc:date>2010-07-27T21:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Can't check in an .axf!</title>
      <link>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709986#M5181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: e_hajek&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Casey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way I know to do this is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Open your .axf in ArcPad Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Under "Feature Tables" right click on the feature class you want to extract to excel, and click Show Data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Highlight all of it, copy, and paste into excel. It works perfectly for me in 2007, but you might have to do a "Paste Special..." and experiment with the options to get it to work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll notice that the "Show Data" screen will only show you 1000 records at a time, so you have to alter the SQL statement at the top from:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM [FEATURE_CLASS_NAME];&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-This will get the first 1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT * FROM [FEATURE_CLASS_NAME] WHERE AXF_OBJECTID BETWEEN 1000 AND 2000; &amp;lt;- This will get the next 1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And click the red exclamation point on the right end of the toolbar along the top to execute the SQL command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From there you can alter the data however you want in Excel for use in ArcMap via Joins based on ObjectID or whatever. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was really helpful for me when I realized after the field work was over that the timestamps were needed for calibration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 17:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709986#M5181</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-07-29T17:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Can't check in an .axf!</title>
      <link>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709987#M5182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://arcpadteam.blogspot.com/2010/07/export-axf-data-to-shapefile.html"&gt;http://arcpadteam.blogspot.com/2010/07/export-axf-data-to-shapefile.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 21:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709987#M5182</guid>
      <dc:creator>RuiGe</dc:creator>
      <dc:date>2010-07-29T21:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Can't check in an .axf!</title>
      <link>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709988#M5183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: KyleCollins&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://arcpadteam.blogspot.com/2010/07/export-axf-data-to-shapefile.html"&gt;http://arcpadteam.blogspot.com/2010/07/export-axf-data-to-shapefile.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's great!&amp;nbsp; For AP10 users...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any way of getting this tool in an ArcPad 8.5 release?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use a custom post-processing tool that looks for a dbf file.&amp;nbsp; It does not reconize the AXF.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 14:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709988#M5183</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-08-09T14:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Can't check in an .axf!</title>
      <link>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709989#M5184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since you obviously have ArcPad 8 and I would assume that you also are on the mandatory maintenance program, why not install ArcPad 10 as well as ArcPad 8 just to get the functionality you need?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rolf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 18:10:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/help-can-t-check-in-an-axf/m-p/709989#M5184</guid>
      <dc:creator>RolfBroch</dc:creator>
      <dc:date>2010-08-10T18:10:34Z</dc:date>
    </item>
  </channel>
</rss>

