View Full Version : Display Duplicate Data Only Once on a Report


dbraun
09-04-2007, 01:42 PM
I'm building a report that will have multiple records with the same exact date. I want to display the date only once so it is not repeated several times on the report. Does anyone know how to do that?

Thanks,

Darryl

pbaldy
09-04-2007, 02:04 PM
The report textbox has a Hide Duplicates property you may find interesting. ;)

dbraun
09-06-2007, 01:49 PM
Thanks Paul. I also figured out how to hide the duplicate dates using the report wizard. I appreciate it.

Darryl