<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">You certainly will, one way or the other,
      sooner or later. ;-) Either an account will live in the image,
      which means some other object keeps a reference to the account so
      it does not get garbage collected, or it lives in a database
      somewhere and you read it in when needed. For starting to explore,
      the list of accounts in the image will be the easiest thing to do.
      If you mess things up real bad, then something like <br>
      &nbsp;&nbsp;&nbsp; MasterAccountList := OrderedCollection new.<br>
      gives you a new beginning.<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 10/16/12 1:53 PM, Joseph J Alotta
      wrote:<br>
    </div>
    <blockquote
      cite="mid:10675329-741F-4B5A-BD84-66A78818F816@gmail.com"
      type="cite">
      <pre wrap="">Do you think I should create a list of accounts and then each Account will have a list of Transactions?  The old top down approach?
</pre>
    </blockquote>
    <br>
  </body>
</html>