Does anyone know why the formula in Group1 header brings down Monday's date and the one in Group1 Footer brings down Friday's date. I would like them both to be Friday's.
Formula in Group1 header
"Week Starting: " + totext(date({Transaction_History.Post_Date}), "MM/dd/yyyy"
Formula in Group1 Footer
"Week Ending: " + totext(date({Transaction_History.Post_Date}), "MM/dd/yyyy"
+ " " + "Sub Total"
Formula in Group1 header
"Week Starting: " + totext(date({Transaction_History.Post_Date}), "MM/dd/yyyy"
Formula in Group1 Footer
"Week Ending: " + totext(date({Transaction_History.Post_Date}), "MM/dd/yyyy"