repeating values in report details

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have repeating values in my report details. What can I do about it? Pls
help me
 
What do you want to do about it?
Do you want to hide it?

If the Row repeat itself, then you can use the RecordSource of the report to
remove dupliates by adding Distinct

Select Distinct TableName.* From TableName

If you want to hide a field that repeat itself, then one of the field
properties is "HideDuplicates Property" set it to Yes
 

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

Back
Top