|
-
Nov 27th, 2019, 07:49 AM
#1
Thread Starter
Addicted Member
How refill new data from Access 2000 table in a DataReport at runtime?
I have a connection command which loads data from a local table inside Access 2000 database.
However, though the contents of the table changes by using the application, the DataReport displays the state of the table when you clicked on a given button, and though it reads from the same Access 2000 table, it still displays data at the point when you clicked that given button.
I see there are events like Activate, Initialize, but although I called my method to clean and refill the Access 2000 table, the DataReport still displays old information.
How can I regenerate the DataReport, or refill with new data without the need to close the application completely and start it again?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|