if your ( DATE field ) is DateTime data type
Between cdate([Forms]![frmWklyDial
Main Topics
Browse All TopicsI am putting together a report that will list calls received for a one week period. I created a dialog box so that the user can input the start date. In my query in the DATE field I tried to put the following criteria, but its not working.
Between [Forms]![frmWklyDialog]
Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: rheitzmanPosted on 2008-10-10 at 15:54:03ID: 22691339
You can use a Where clause on the OpenReport method. The sample below adds one month. You can use "ww" for a week or "d" for days. See help for DateAdd().
Select allOpen in new window