G Guest Nov 4, 2005 #1 I need help building an expression to count the number of times the word 'Expired' appears in the 'Status' field on a report.
I need help building an expression to count the number of times the word 'Expired' appears in the 'Status' field on a report.
T tina Nov 4, 2005 #2 place an unbound textbox in the footer section (either report footer or a group footer) and set the ControlSource property to = Sum(IIf([Status] = "Expired", 1, 0)) hth "access expressions take work" <access expressions take (e-mail address removed)> wrote in message news:[email protected]...
place an unbound textbox in the footer section (either report footer or a group footer) and set the ControlSource property to = Sum(IIf([Status] = "Expired", 1, 0)) hth "access expressions take work" <access expressions take (e-mail address removed)> wrote in message news:[email protected]...