01-04-2010 11:26 AM
I am storing a 2-D data which contains information about mycustomers.
The data is arranged such that the heading is the name ofthe state; the states have many clients and the addresses of clients.
Now I need to print a report of these clients state-wise. I needto print this report on printer and also in a MS Word file.
Can someone guide me on this issue as the report grows insize dunamically depending upon number of clients?
e.g
State : ABC
<Customer 1 details>
<Customer 2 details>
<Customer 3 details>
State : CDE
<Customer 1 details>
State : MNO
<Customer 1 details>
<Customer 2 details>
<Customer 3 details>
and son on ......
01-04-2010 04:05 PM
Are you using the Report generation toolkit for MS office ?.
THis 2D data can be pasted in different pages of MS word and can be given to print,
Try this and let me know
01-04-2010 10:50 PM