I am accessing an Access database in VB6 and printing via a query - will the query be refreshed every time I print the report? If not - how do I do this? Thanks
Printable View
I am accessing an Access database in VB6 and printing via a query - will the query be refreshed every time I print the report? If not - how do I do this? Thanks
I have only experience with the crystal reports API (not using the ocx). With that, I set the query and every time I run the report, it shows the newest data (make sure you save the report without the data)
Thanks for such a quick reply I'll try it.