sunny
Feb 22nd, 2000, 03:45 AM
please need help.....
Private Sub Command_Click()
CrystalReport.ReportFileName ="c:\Student.rpt"
CrystalReport.SelectionFormula = "{qdefCredOIAPRep.ExpiryDate}= 1/11/00 "
CrystalReport.Action = 1
End Sub
I am getting an error saying incorrect selection formula...please help me out..
sunny
Private Sub Command_Click()
CrystalReport.ReportFileName ="c:\Student.rpt"
CrystalReport.SelectionFormula = "{qdefCredOIAPRep.ExpiryDate}= 1/11/00 "
CrystalReport.Action = 1
End Sub
I am getting an error saying incorrect selection formula...please help me out..
sunny