Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Avoid repeating values in GROUP BY field 1

Status
Not open for further replies.

BarryMurphy

Technical User
May 20, 2001
56
NZ
If I want to use GROUP BY to group records on Field1, how can I get it to show only distinct values in the first column?

The report should look like this:

Field1 Field2 Field3
1 a b
s d
d e
2 w f
s g
3 a e
 
I'm not real clear what (or WHERE) you're trying to do this. In REPORTS you can set "Hide Duplicates" property. MichaelRed
mred@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top