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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grouping by values within detail table

Status
Not open for further replies.

cully651

Programmer
Aug 1, 2005
41
0
0
US
I've got a report that's centered around line items. They want it grouped by each category of line items, but the categories are in the same table as the details.

There is a field called "PARENT_YN" to differentiate the detail lines and the category lines... so if "PARENT_YN" = "Y" then that's a category.

I can't bring the table in twice and join it with the criteria set to "PARENT_YN" = "Y" (no data).

Any suggestions?
 
Never mind, it's a flaw in the table design. I knew there was something missing :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top