I have a vb.net application with 14 input fields (name,address etc..). This data is stored in a mdb file.

I have 'N' Number of different documents (Templates).

Now what I need to do is, the data captured by vb.net application should get populated into the document templates.

Template eg:

Template 1

Header : Company Logo (with some heading)

To: ____________________ (User should be able to key in information)

I authorize blah blah xyz (Some text which is not editable)

Name: ____________(Name captured by the application should get populated automatically when this template is selected)

Address: ____________(Name captured by the application should get populated automatically when this template is selected)


And finally the user should be able to print this template with the relevant data

Can anyone tell me if this can be done using Crystal reports??
If not is their any other solution for the same.

Thanks in advance,