G
Guest
I have a list of accounts, each account is classified by a type and each
account has a dollar value associated with it. I need to group each account
by the following criteria:
0-25 Name Type Dollar
25-100 Mike C 25
101-500 Joe C 150
501-4000 Luke A 5000
4001-1000
What I need to do is create a report that will break down the list of
accounts by type and then by dollar value?
I can run a query that will give me the result I need one at a time, but
that will be time consuming. I want to be able to do it all in one shot.
Please help.
Thank you
account has a dollar value associated with it. I need to group each account
by the following criteria:
0-25 Name Type Dollar
25-100 Mike C 25
101-500 Joe C 150
501-4000 Luke A 5000
4001-1000
What I need to do is create a report that will break down the list of
accounts by type and then by dollar value?
I can run a query that will give me the result I need one at a time, but
that will be time consuming. I want to be able to do it all in one shot.
Please help.
Thank you