I use crystal reports in my project (Frontend:Visual Basic and Backend:SQL). I mail the report (which is a Request for Quotation Report) to vendors attached as an .rpt file through Microsoft Outlook.
However once I send a saved .rpt file to Vendor A, the report file doesn't get refreshed or updated when sent to Vendor B and so forth. Vendor B gets a copy of the report filled with Vendor A's data.
How can I refresh the .rpt file through VB code itself?