Greetings All,
I have posted an issue I'm facing with my program on another thread, but since a part of it involves crystal reports I thought I should post that part here in case someone has faced something similar.

I'm using VB2008 pro and crystal reports that are included with the software.
I have a form for notifications and it is connected to an access (2007) db.

I want the user to be able to include an attachment (if the text box is not big enough for him or if he wants to attach maybe a picture) and I want that to be transfered to the report. So that if the user selects to print that specific report, the report will be printed and the attachment will be included as extra pages.

So my actual question is:
Is there a way to include attachments in crystal report printing?
(my thought is the report page gets printed and if the system sees any attachments related to that , then to print) the attachment as well

My second question is how to include a picture on the form (textbox) so that it transfers to the report and be printed.

Thank you all in advance for your valuable time.