D
Darryl
I have a table with transactions in it. Here is a rough layout:
trnum, trdate, ttype
Say their are 100 transactions between 7/01/05 and 7/31/05. I need a report
where is shows the transactions grouped by transaction type (ttype) and at
the
end of the report something like:
100 new transactions 10% type withdrawl 20% type transfer, etc.
Now I have some ulgy stuff latched together to do something close.
Is there a clean way to do this ?
thanks.
trnum, trdate, ttype
Say their are 100 transactions between 7/01/05 and 7/31/05. I need a report
where is shows the transactions grouped by transaction type (ttype) and at
the
end of the report something like:
100 new transactions 10% type withdrawl 20% type transfer, etc.
Now I have some ulgy stuff latched together to do something close.
Is there a clean way to do this ?
thanks.