I'm having a problem with changing the data source and the report not showing the change. I'm using VB6 and CR8. I'm using the .SetDataSource and I'm giving it an ADO recordset. I have a screen that takes a couple of variables that I use to make a recordset. When I run the report the first time, the report works fine. I close the report (but not the program) and when I run the report again, the recordset in the program changes, but it doesn't change in the report. I keep getting the old data. It doesn't seem to take my new recordset. How can I fix this.
Thanks for your help.
Thanks for your help.