I have tried entering the formula in the criteria field for the query also, is this what you were speaking of?
Date Range Report
Collapse
X
-
Originally posted by ali3n8I have tried entering the formula in the criteria field for the query also, is this what you were speaking of?
FollowupDate: DateAdd("m",3,[OrderEntered])
Then on your report, in the field list, you should see FollowupDate and then add that field on your report instead.Comment
-
Thank you I tried your method and it does work to the extent that it shows the follow up date on my report Im just still not able to pull a report via date range Ive entered this into the critera row for FollowupDate to >=[forms]![frmReport]![txtDateFromfoll owupdate] And <=[forms]![frmReport]![txtDateTofollow update] I am using a form to enter my date ranges. Unfourtunately I have still been unsucessful in achieve a date range for this paticular report.Comment
Comment