I initially created a report and then with VB6 used it in its native state (testreport.rpt) - this worked fine.
I have now used this report which obtains its information from an Access database, by selecting with VB - projects/Crystal Reports 8.5. This has allowed me to use the report as a dsr report within VB.
Can someone please tell me how I go about pointing the dsr to the data source. I understand that I am supposed to use the SetDataSource method but am not sure exactly how I use it. My report is called "TestReport.dsr" and it uses data from the Access database called "Employee.mdb".
I have now used this report which obtains its information from an Access database, by selecting with VB - projects/Crystal Reports 8.5. This has allowed me to use the report as a dsr report within VB.
Can someone please tell me how I go about pointing the dsr to the data source. I understand that I am supposed to use the SetDataSource method but am not sure exactly how I use it. My report is called "TestReport.dsr" and it uses data from the Access database called "Employee.mdb".