crystal report formula
When i include the selection formula as below, err rises.
let me know the solution for this.
With CrystalReport1
.ReportFileName = App.Path & "\Report1.rpt"
.Connect = App.Path & "\Spinning.mdb"
strQryString = "{UserMaster.utype}=" & Val(0) & ""
.SelectionFormula = strQryString
.Action = 0
End With
Err:
Run Time Error '20515'
E
Thanks
Suresh
|