Addendum: My dilemma is that I have to show both endofweek AND beginningofweek on the same report if possible. Since we don't have a true table field called beginning of week, we have to use end of week - 7. If the user inputs a date range of 6/7/03 through 6/28/03,,, I need to be able to take the MIN of the input which is 6/7/03 then subtract 7 from it to come up with my true begining of week units. The I take the MAX of the input which is 6/28/03 and show true end of week units. I don't know if this can even be done in one report.
Thanks!!