RobHVB6Sql
Programmer
I have done this in VB, but the .ParameterFields(x) property isn't there in Access 97/VBA.
I have a Crystal Report Control (which Access calls an ActiveX Control) on a form and am printing the report fine with:
With theForm.CRViewer1
.ReportFileName = "xxx"
'prepare standard parms (property not present)
''.ParameterFields(0) = "@DateFrom;" + strDateFrom + ";TRUE"
.PrintReport
End With
theForm.CRViewer1.Reset
Any help appreciated. Rob Hasard
Data Manager -Genetic Services
(VB6 /SQL 7.0)
I have a Crystal Report Control (which Access calls an ActiveX Control) on a form and am printing the report fine with:
With theForm.CRViewer1
.ReportFileName = "xxx"
'prepare standard parms (property not present)
''.ParameterFields(0) = "@DateFrom;" + strDateFrom + ";TRUE"
.PrintReport
End With
theForm.CRViewer1.Reset
Any help appreciated. Rob Hasard
Data Manager -Genetic Services
(VB6 /SQL 7.0)