I am using two crystal report 4.6 controls on the same VB6 form. The reports source data is a query in an access 97 database. When I load the form in my application, I can view all the reports no problem. When I close the form I get the following error and the program crashes:
Exception: access violation (0xC0000005), Address: 0x250127fb
Note that the error only comes up if both of the crystal report controls are used. If I open the form and only use one of the controls, I can close the form fine. If I preview both reports, I get the error.
I suspect this is a problem with how crystal reports connects to the access97 database. Any ideas?
Thanks
Exception: access violation (0xC0000005), Address: 0x250127fb
Note that the error only comes up if both of the crystal report controls are used. If I open the form and only use one of the controls, I can close the form fine. If I preview both reports, I get the error.
I suspect this is a problem with how crystal reports connects to the access97 database. Any ideas?
Thanks