<?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 saving data to a 2nd database is it possible in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/saving-data-to-a-2nd-database-is-it-possible/m-p/723373#M5258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have been reading any of my postings you will relise I'm new to this and have no idea what I'm doing.&amp;nbsp; Again I'm asking for advice.&amp;nbsp; I want to achieve two different things&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; I want a unique consecutive number, I know I can achieve this in Studio up to 100 very easily and suits two of my forms.&amp;nbsp; But I want to be able to go up to 600 in another form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I also want one field to open up with the same data that was inputed the entry before, just to save time for the field operator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To my simple way of looking at things is if I establish a database that sole purpose is to store the data I could easily use "additemfromtable" to retreive it.&amp;nbsp; But I don't know how to send the data to a second database.&amp;nbsp; The obvious code to me is "save" but it looks like that it is used for only maps.&amp;nbsp; I have read other suggestions but to me this could be used with little coding.&amp;nbsp; So I'm asking is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rebecca&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 00:16:40 GMT</pubDate>
    <dc:creator>RebeccaBleney</dc:creator>
    <dc:date>2010-06-02T00:16:40Z</dc:date>
    <item>
      <title>saving data to a 2nd database is it possible</title>
      <link>https://community.esri.com/t5/arcpad-questions/saving-data-to-a-2nd-database-is-it-possible/m-p/723373#M5258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have been reading any of my postings you will relise I'm new to this and have no idea what I'm doing.&amp;nbsp; Again I'm asking for advice.&amp;nbsp; I want to achieve two different things&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; I want a unique consecutive number, I know I can achieve this in Studio up to 100 very easily and suits two of my forms.&amp;nbsp; But I want to be able to go up to 600 in another form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I also want one field to open up with the same data that was inputed the entry before, just to save time for the field operator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To my simple way of looking at things is if I establish a database that sole purpose is to store the data I could easily use "additemfromtable" to retreive it.&amp;nbsp; But I don't know how to send the data to a second database.&amp;nbsp; The obvious code to me is "save" but it looks like that it is used for only maps.&amp;nbsp; I have read other suggestions but to me this could be used with little coding.&amp;nbsp; So I'm asking is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rebecca&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 00:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/saving-data-to-a-2nd-database-is-it-possible/m-p/723373#M5258</guid>
      <dc:creator>RebeccaBleney</dc:creator>
      <dc:date>2010-06-02T00:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: saving data to a 2nd database is it possible</title>
      <link>https://community.esri.com/t5/arcpad-questions/saving-data-to-a-2nd-database-is-it-possible/m-p/723374#M5259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For those of you who are interested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still can't save to a second database, but I've solved my problems by using a button to read the last entry in the recordset and filling one field with the same data and the other field with a consecutive number proably a lot better then I was orginally planning.&amp;nbsp; If you are wondering why I wanted to create my own consecutive numbering system because I wanted to start at different numbers beside one and I wanted to restart the count when I wanted to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I still would like to know how to write to a second database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume you have to do &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;recordset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;open database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;createnew&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;update&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I'm just not getting there,&amp;nbsp; anybody got any idea I would appreciate a hint it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rebecca&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jun 2010 11:29:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/saving-data-to-a-2nd-database-is-it-possible/m-p/723374#M5259</guid>
      <dc:creator>RebeccaBleney</dc:creator>
      <dc:date>2010-06-05T11:29:29Z</dc:date>
    </item>
  </channel>
</rss>

