V
Vikki
Hi!
I've designed a form that allows you to set the
recordsource of a report based on criteria that you select
in combo boxes on the form.
I have set 'specreport' as the report as below but when I
come to changing the record source of the report I get a
C++ error- abnormal program termination!
Can anyone help!!?
dim scecreport as Report
Set specreport = Report_Summary_report
specreport.RecordSource = wherestring
I've designed a form that allows you to set the
recordsource of a report based on criteria that you select
in combo boxes on the form.
I have set 'specreport' as the report as below but when I
come to changing the record source of the report I get a
C++ error- abnormal program termination!
Can anyone help!!?
dim scecreport as Report
Set specreport = Report_Summary_report
specreport.RecordSource = wherestring