Does anyone know if the ActiveX Designer can be used with Access 97? Also, the refference material I have used states that I need to add the Report Viewer control, is this the same as Crystal Report Viewer control? I have added the Crystal Report Viewer control and am trying to create a report from within Access 97 and it doesn't work. I am able to step through the code for the report creation with no problem until I get to this part:
CRV1.ReportSource = Report
CRV1.ViewReport
Where I am trying to view the report - I get the following error:
Object Variable or With Block Variable Not Set.
If anyone can nudge me in the right direction I would be very very happy. THANKS!!!!!!!!!!!
CRV1.ReportSource = Report
CRV1.ViewReport
Where I am trying to view the report - I get the following error:
Object Variable or With Block Variable Not Set.
If anyone can nudge me in the right direction I would be very very happy. THANKS!!!!!!!!!!!