Hello, I am trying to reference a date range using a control from a form. I can reference the form ok using: [Forms]![frmMaryLtrReview]![txtSentDate] (this works when using a range: <[Forms]![frmMaryLtrReview]![txtSentDate]). But I want to specify a range: Between ([Forms]![frmMaryLtrReview]![txtSentDate]) And ([Forms]![frmMaryLtrReview]![txtSentDate]-61). Nothing I try works. I've tried: Between #" & [Forms]![frmMaryLtrReview]![txtSentDate] & "# And #" & [Forms]![frmMaryLtrReview]![txtSentDate] & "#-61, etc. Any ideas or suggestions would be very helpful. Thanks!