Report repeats a field

S

Sergio Mund

Example:
John Smith 2,14 5,27 3,18
John Smith 3,17 4,27 7,34
John Smith 1,22 6,57 8,92

I want that the report shows a name(John Smith) only one time like this:
John Smith 2,14 5,27 3,18
3,17 4,27 7,34
1,22 6,57 8,92
The report get the informations from a Query that get the information from a
table.
 
J

Jeff Boyce

One way to do this would be to set the "name" control's Hide Duplicates
property to Yes.

Another way to do this would be to use Sorting & Grouping, then Group by the
"name", and show the details in the report's Details section.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top