|
-
Mar 27th, 2000, 07:43 PM
#2
New Member
Try something like
Report.SelectionFormula = "{TABLENAME.FIELDNAME} > " _
"Date(01,01,1999) AND "{TABLENAME.FIELDNAME} < " _
"Date(10,10,1999)"
ReportTest.PrintReport
If you require the date to be unput at runtime you will have to convert the input into the format Date(dd,mm,yyyy).
Hope this works
-Jamie One-
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
|