The following represents my table structure:
Acct No. Deposit W/D Balance
0036242 50.00 10.00 6524.00
0036242 100.00 50.00 6574.00
0038291 500.00 50.00 10729.00
0038291 1200.00 300.00 11629.00
0038291 750.00 0.00 12379.00
The table contains over 4000 records. Each
Acct. No. has any number of entries. How can I
cycle thru the table, extracting all the
transactions for each Acct. No.? Then, how can
I output the transactions for each Acct. No. to
a separate file using the Acct. No. as the name
(0036242.txt)? Thanks.
Richard...
Acct No. Deposit W/D Balance
0036242 50.00 10.00 6524.00
0036242 100.00 50.00 6574.00
0038291 500.00 50.00 10729.00
0038291 1200.00 300.00 11629.00
0038291 750.00 0.00 12379.00
The table contains over 4000 records. Each
Acct. No. has any number of entries. How can I
cycle thru the table, extracting all the
transactions for each Acct. No.? Then, how can
I output the transactions for each Acct. No. to
a separate file using the Acct. No. as the name
(0036242.txt)? Thanks.
Richard...