G Guest Jul 14, 2006 #1 I have repeating values in my report details. What can I do about it? Pls help me
G Guest Jul 14, 2006 #2 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
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