|
-
Feb 22nd, 2000, 04:45 AM
#1
Thread Starter
New Member
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
-
Feb 22nd, 2000, 08:35 PM
#2
Lively Member
The format of the date may be incorrect try 11/11/1111 not just 1/11/11
-
Feb 23rd, 2000, 09:50 AM
#3
New Member
I think the format is in (YYYY,mm,dd)in using a crystal report.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|