I have made a report using the built-in report frm VB6. It run perfectly at the first time i open the report.
Why is it that if I run again the report after adding some records, it will display the same as what it displayed the first time I run the report? Should I refresh the form or what shall I do so that if i add new records to my database, it will also dispaly in the report form when I run it.
What I did is I closed my program and re run it again so that I am able to see the new records from the database.
Please help