suppress same information for the row

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I have report like following and would like to suppress the second row
if there is same information


Name Date Activity
Student1 9/20/2010 A
Student1 9/25/2010 B


I would like to suppress the second Student1 when it is same
information as previous row.
Are there any property to suppress or I have do some compare coding by
myself?


Your help is great appreciated,
 
In Access 2003 or earlier, open the Report in Design View, right-click on
the field, choose "Properties", and in the Properties window, click on the
Format tab, and take a look at the "Hide Duplicates" property. Even though
the user interface has changed for Access 2007 and 2010, I believe the
actions are identical or similar.

Larry Linson, Microsoft Office Access MVP
 
Back
Top