hi there, this is my first post and i hope to contribute to this community in any way that i can.

scenario:
I have a database table with columns-> name, address, zipcode. each row contains the address of a person.

desired result:
i need to generate letters in crystal reports, windows forms in vb.net
the letter starts with
Helo Mr/Ms [name from database table row]
<blah blah generic content for all people>
<address from database table row>

so I want crystal reports to pick up names and address from each row of the table and generate letters for each person

problem:
i made a dataset of the table and passed it as source to the crystal reports. But a letter is being generated for only the first record. if I use this dataset as source for a datagrid -> the grid displays all rows.

I want that letters be generated for all rows in the dataset.

Help needed,
thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.