Parameter problem - wrong date field

M

Mary

Hello,

I have a parameter in my Report Page Header which displays a date range.

="Report Period From" & " " & [Enter Start Date] & " " & "Through" & " " &
[Enter End Date]

This has worked in other reports, however, in this report it is not pulling
the correct range. I believe the problem is due to more than one date field
in the underlying query. I need to reference the "ActionTakenDate" field for
the range.

How can I ensure the range is pulling from that field and still display on
the report?

Thanks!
Mary
 
Top