I have a report that groups records by a particular field [Unit Number]. The header on this form is visible and I have a control in the header that selects the most recent activity =Max([GMT Created]). I would like to make the header invisible if certain conditions are met. I am looking at something similar to the following, =IIf(Max([GMT Created])>Date()-100,"Insert Formula",[GMT Created]), where Max([GMT Created]) selects the most recent date and where "Insert Formula" is the place I would insert a function that would make the header for this group of records invisible. The detail section has visible set to No. I would utilize a query to accomplish this, but not sure how to only query for the most recent date where there are groups of records with the same value for [Unit Number]
Thanks in advance for any assistance



