Report not grouping correctly? hiding duplicate values

XelaIrodavlas

Registered User.
Local time
Today, 21:21
Joined
Oct 26, 2012
Messages
175
Hi all,

I have a table of Document references, and am trying to print an index of all documents on the system.

I've grouped the records by DocumentType, and this has produced the desired result, see JPG1.

However the report only looks like this when each document has a different name to the one above it. When I have multiple documents with the same name (reasons outside of my control) Access only shows it for the first line, and leaves the rest blank (see JPG2).

I kind of get why Access does this, but my user wants to see the name repeated for each instance, is there a way I can do this?

FYI:
JPG3 shows the grouping applied, you can see I have sorted the groups by Doc name, which ensures all docs stay together. This doesn't seem to be responsible for the problem though - when i remove the sort, i still get the same issues but in patches all over the place, it's a right mess.

All ideas appreciated :)
Many thanks,
 

Attachments

  • Jpg1.jpg
    Jpg1.jpg
    92.1 KB · Views: 199
  • Jpg2.jpg
    Jpg2.jpg
    94.2 KB · Views: 173
  • Jpg3.png
    Jpg3.png
    58.9 KB · Views: 167
Found it!

In the Format tab on properties for the Doc Name control, there's an option called 'Hide Duplicates' that was set to Yes by default.. I switched it to No and it's problem solved.

Woohoo :D
 

Users who are viewing this thread

Back
Top Bottom