I have a vb program using crystal report. In my program, let say I have below data:
A buy 2 Part1 from X.
B buy 3 Part2 from Y.
C buy 3 Part3 from Z.
B buy 2 Part1 from X.
C buy 1 Part2 from Y.
B buy 1 Part3 from Z.
A buy 2 Part4 from Z.
The report will show something like this group by company:
Company X
Part1 4
Company Y
Part2 4
Company Z
Part3 4
Part4 2
How can I do this??
Thanks...
A buy 2 Part1 from X.
B buy 3 Part2 from Y.
C buy 3 Part3 from Z.
B buy 2 Part1 from X.
C buy 1 Part2 from Y.
B buy 1 Part3 from Z.
A buy 2 Part4 from Z.
The report will show something like this group by company:
Company X
Part1 4
Company Y
Part2 4
Company Z
Part3 4
Part4 2
How can I do this??
Thanks...