G
Guest
Hi
I have quite a large data file that looks like this
inv# voucher id dat
556677 12345678 4/6/200
556677 12345678 4/7/200
556677 12345678 4/8/200
There are approximately 60,000 records with two or more fields with dup inv# &voucher ID.
I'd really appreciate if someone could help me out with a routine that will pick out the dup with the most current date
In the above example, the result that I'm looking for would be the entry with the 4/8/2004 date. There are other examples where there are eight invoice numbers witht he same voucher but all have different dates. Any suggestions or ideas would be really appreciated
Thanks
I have quite a large data file that looks like this
inv# voucher id dat
556677 12345678 4/6/200
556677 12345678 4/7/200
556677 12345678 4/8/200
There are approximately 60,000 records with two or more fields with dup inv# &voucher ID.
I'd really appreciate if someone could help me out with a routine that will pick out the dup with the most current date
In the above example, the result that I'm looking for would be the entry with the 4/8/2004 date. There are other examples where there are eight invoice numbers witht he same voucher but all have different dates. Any suggestions or ideas would be really appreciated
Thanks