<div>I have a rather large file that may or maynot have multiple records based on our &#39;Account Number&#39;  - there is also a &#39;date&#39; field in this file</div><div> </div><div>I&#39;m trying to de-dup the file - that is, if there are more than 1 record for &#39;each&#39; account number, it should only keep the most current record.</div>
<div>If there is only one record for said &#39;Account Number&#39; it should keep it and do nothing - if there are multiple (2 or more) records for &#39;Account Number&#39; it should keep the most current dated one</div><div>
 </div><div>i.e.</div><div>Account Number is   1234-5678</div><div>There are 3 records in file with &#39;1234-5678&#39; as &#39;Account Number&#39;</div><div>One dated 01/12/13</div><div>One dated 02/01/13</div><div>One dated 03/18/13</div>
<div> </div><div>I want it to delete both records dated 01/12/13 &amp; 02/01/13 but keep the one from 03/18/13</div><div> </div><div>Not quite sure how to go about doing this quickly....</div><div> </div><div>thanks</div>
<div> </div><div>Scott</div><div> </div>